clang
3.9.0
|
#include <StmtIterator.h>
Public Member Functions | |
ConstStmtIterator () | |
ConstStmtIterator (const StmtIterator &RHS) | |
![]() | |
StmtIteratorImpl () | |
StmtIteratorImpl (Stmt **s) | |
StmtIteratorImpl (Decl **dgi, Decl **dge) | |
StmtIteratorImpl (const VariableArrayType *t) | |
ConstStmtIterator & | operator++ () |
ConstStmtIterator | operator++ (int) |
bool | operator== (const ConstStmtIterator &RHS) const |
bool | operator!= (const ConstStmtIterator &RHS) const |
const Stmt * | operator* () const |
const Stmt * | operator-> () const |
Additional Inherited Members | |
![]() | |
enum | { StmtMode = 0x0, SizeOfTypeVAMode = 0x1, DeclGroupMode = 0x2, Flags = 0x3 } |
![]() | |
StmtIteratorImpl (const StmtIteratorBase &RHS) | |
![]() | |
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 () | |
![]() | |
union { | |
Stmt ** stmt | |
Decl ** DGI | |
}; | |
uintptr_t | RawVAPtr |
Decl ** | DGE |
Definition at line 133 of file StmtIterator.h.
|
inlineexplicit |
Definition at line 135 of file StmtIterator.h.
|
inline |
Definition at line 138 of file StmtIterator.h.