|
clang
3.8.0
|
#include <StmtIterator.h>
Public Member Functions | |
| StmtIteratorImpl () | |
| StmtIteratorImpl (Stmt **s) | |
| StmtIteratorImpl (Decl **dgi, Decl **dge) | |
| StmtIteratorImpl (const VariableArrayType *t) | |
| DERIVED & | operator++ () |
| DERIVED | operator++ (int) |
| bool | operator== (const DERIVED &RHS) const |
| bool | operator!= (const DERIVED &RHS) const |
| REFERENCE | operator* () const |
| REFERENCE | operator-> () const |
Protected Member Functions | |
| StmtIteratorImpl (const StmtIteratorBase &RHS) | |
Protected Member Functions inherited from clang::StmtIteratorBase | |
| bool | inDeclGroup () const |
| bool | inSizeOfTypeVA () const |
| bool | inStmt () const |
| const VariableArrayType * | getVAPtr () const |
| void | setVAPtr (const VariableArrayType *P) |
| void | NextDecl (bool ImmediateAdvance=true) |
| bool | HandleDecl (Decl *D) |
| void | NextVA () |
| Stmt *& | GetDeclExpr () const |
| StmtIteratorBase (Stmt **s) | |
| StmtIteratorBase (const VariableArrayType *t) | |
| StmtIteratorBase (Decl **dgi, Decl **dge) | |
| StmtIteratorBase () | |
Additional Inherited Members | |
Protected Types inherited from clang::StmtIteratorBase | |
| enum | { StmtMode = 0x0, SizeOfTypeVAMode = 0x1, DeclGroupMode = 0x2, Flags = 0x3 } |
Protected Attributes inherited from clang::StmtIteratorBase | |
| union { | |
| Stmt ** stmt | |
| Decl ** DGI | |
| }; | |
| uintptr_t | RawVAPtr |
| Decl ** | DGE |
Definition at line 77 of file StmtIterator.h.
|
inlineprotected |
Definition at line 82 of file StmtIterator.h.
|
inline |
Definition at line 84 of file StmtIterator.h.
|
inline |
Definition at line 85 of file StmtIterator.h.
|
inline |
Definition at line 86 of file StmtIterator.h.
|
inline |
Definition at line 87 of file StmtIterator.h.
|
inline |
Definition at line 110 of file StmtIterator.h.
|
inline |
Definition at line 114 of file StmtIterator.h.
Referenced by clang::StmtIteratorImpl< StmtIterator, Stmt *& >::operator->().
|
inline |
Definition at line 89 of file StmtIterator.h.
Referenced by clang::StmtIteratorImpl< StmtIterator, Stmt *& >::operator++().
|
inline |
Definition at line 100 of file StmtIterator.h.
|
inline |
Definition at line 118 of file StmtIterator.h.
|
inline |
Definition at line 106 of file StmtIterator.h.
1.8.6