clang
3.7.0
|
#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 1372 of file DeclBase.h.
Definition at line 1381 of file DeclBase.h.
typedef std::forward_iterator_tag clang::DeclContext::decl_iterator::iterator_category |
Definition at line 1380 of file DeclBase.h.
typedef const value_type* clang::DeclContext::decl_iterator::pointer |
Definition at line 1379 of file DeclBase.h.
typedef const value_type& clang::DeclContext::decl_iterator::reference |
Definition at line 1378 of file DeclBase.h.
Definition at line 1377 of file DeclBase.h.
|
inline |
Definition at line 1383 of file DeclBase.h.
|
inlineexplicit |
Definition at line 1384 of file DeclBase.h.
|
inline |
Definition at line 1386 of file DeclBase.h.
|
inline |
Definition at line 1390 of file DeclBase.h.
References clang::Decl::getNextDeclInContext().
|
inline |
Definition at line 1395 of file DeclBase.h.
|
inline |
Definition at line 1388 of file DeclBase.h.
|
friend |
Definition at line 1404 of file DeclBase.h.
|
friend |
Definition at line 1401 of file DeclBase.h.