|
clang
5.0.0
|
decl_iterator - Iterates through the declarations stored within this context. More...
#include "clang/AST/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 1496 of file DeclBase.h.
Definition at line 1505 of file DeclBase.h.
| typedef std::forward_iterator_tag clang::DeclContext::decl_iterator::iterator_category |
Definition at line 1504 of file DeclBase.h.
| typedef const value_type* clang::DeclContext::decl_iterator::pointer |
Definition at line 1503 of file DeclBase.h.
| typedef const value_type& clang::DeclContext::decl_iterator::reference |
Definition at line 1502 of file DeclBase.h.
Definition at line 1501 of file DeclBase.h.
|
inline |
Definition at line 1507 of file DeclBase.h.
|
inlineexplicit |
Definition at line 1508 of file DeclBase.h.
|
inline |
Definition at line 1510 of file DeclBase.h.
|
inline |
Definition at line 1514 of file DeclBase.h.
References clang::Decl::getNextDeclInContext().
|
inline |
Definition at line 1519 of file DeclBase.h.
|
inline |
Definition at line 1512 of file DeclBase.h.
|
friend |
Definition at line 1528 of file DeclBase.h.
|
friend |
Definition at line 1525 of file DeclBase.h.
1.8.6