clang
6.0.0
|
#include "clang/AST/StmtIterator.h"
Public Member Functions | |
ConstStmtIterator ()=default | |
ConstStmtIterator (const StmtIterator &RHS) | |
ConstStmtIterator (Stmt *const *S) | |
![]() | |
StmtIteratorImpl ()=default | |
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) | |
![]() | |
StmtIteratorBase (Stmt **s) | |
StmtIteratorBase (const VariableArrayType *t) | |
StmtIteratorBase (Decl **dgi, Decl **dge) | |
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 |
![]() | |
union { | |
Stmt ** stmt | |
Decl ** DGI | |
}; | |
uintptr_t | RawVAPtr = 0 |
Decl ** | DGE |
Definition at line 141 of file StmtIterator.h.
|
explicitdefault |
|
inline |
Definition at line 144 of file StmtIterator.h.
|
inline |
Definition at line 147 of file StmtIterator.h.