|
clang
3.8.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 1398 of file DeclBase.h.
Definition at line 1407 of file DeclBase.h.
| typedef std::forward_iterator_tag clang::DeclContext::decl_iterator::iterator_category |
Definition at line 1406 of file DeclBase.h.
| typedef const value_type* clang::DeclContext::decl_iterator::pointer |
Definition at line 1405 of file DeclBase.h.
| typedef const value_type& clang::DeclContext::decl_iterator::reference |
Definition at line 1404 of file DeclBase.h.
Definition at line 1403 of file DeclBase.h.
|
inline |
Definition at line 1409 of file DeclBase.h.
|
inlineexplicit |
Definition at line 1410 of file DeclBase.h.
|
inline |
Definition at line 1412 of file DeclBase.h.
|
inline |
Definition at line 1416 of file DeclBase.h.
References clang::Decl::getNextDeclInContext().
|
inline |
Definition at line 1421 of file DeclBase.h.
|
inline |
Definition at line 1414 of file DeclBase.h.
|
friend |
Definition at line 1430 of file DeclBase.h.
|
friend |
Definition at line 1427 of file DeclBase.h.
1.8.6