|
clang
5.0.0
|
#include "clang/AST/StmtIterator.h"
Public Member Functions | |
| ConstStmtIterator () | |
| ConstStmtIterator (const StmtIterator &RHS) | |
| ConstStmtIterator (Stmt *const *S) | |
Public Member Functions inherited from clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * > | |
| 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 | |
Protected Types inherited from clang::StmtIteratorBase | |
| enum | { StmtMode = 0x0, SizeOfTypeVAMode = 0x1, DeclGroupMode = 0x2, Flags = 0x3 } |
Protected Member Functions inherited from clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * > | |
| 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 () | |
Protected Attributes inherited from clang::StmtIteratorBase | |
| union { | |
| Stmt ** stmt | |
| Decl ** DGI | |
| }; | |
| uintptr_t | RawVAPtr |
| Decl ** | DGE |
Definition at line 142 of file StmtIterator.h.
|
inlineexplicit |
Definition at line 144 of file StmtIterator.h.
|
inline |
Definition at line 147 of file StmtIterator.h.
|
inline |
Definition at line 150 of file StmtIterator.h.
1.8.6