clang
3.9.0
|
decl_iterator - Iterates through the declarations stored within this context. More...
#include <DeclBase.h>
Public Types | |
typedef Decl * | value_type |
typedef const value_type & | reference |
typedef const value_type * | pointer |
typedef std::forward_iterator_tag | iterator_category |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
decl_iterator () | |
decl_iterator (Decl *C) | |
reference | operator* () const |
value_type | operator-> () const |
decl_iterator & | operator++ () |
decl_iterator | operator++ (int) |
Friends | |
bool | operator== (decl_iterator x, decl_iterator y) |
bool | operator!= (decl_iterator x, decl_iterator y) |
decl_iterator - Iterates through the declarations stored within this context.
Definition at line 1412 of file DeclBase.h.
Definition at line 1421 of file DeclBase.h.
typedef std::forward_iterator_tag clang::DeclContext::decl_iterator::iterator_category |
Definition at line 1420 of file DeclBase.h.
typedef const value_type* clang::DeclContext::decl_iterator::pointer |
Definition at line 1419 of file DeclBase.h.
typedef const value_type& clang::DeclContext::decl_iterator::reference |
Definition at line 1418 of file DeclBase.h.
Definition at line 1417 of file DeclBase.h.
|
inline |
Definition at line 1423 of file DeclBase.h.
|
inlineexplicit |
Definition at line 1424 of file DeclBase.h.
|
inline |
Definition at line 1426 of file DeclBase.h.
|
inline |
Definition at line 1430 of file DeclBase.h.
|
inline |
Definition at line 1435 of file DeclBase.h.
|
inline |
Definition at line 1428 of file DeclBase.h.
|
friend |
Definition at line 1444 of file DeclBase.h.
|
friend |
Definition at line 1441 of file DeclBase.h.