|
clang
5.0.0
|
#include "clang/AST/StmtIterator.h"
Public Member Functions | |
| StmtIterator () | |
| StmtIterator (Stmt **S) | |
| StmtIterator (Decl **dgi, Decl **dge) | |
| StmtIterator (const VariableArrayType *t) | |
Public Member Functions inherited from clang::StmtIteratorImpl< StmtIterator, Stmt *& > | |
| StmtIteratorImpl () | |
| StmtIteratorImpl (Stmt **s) | |
| StmtIteratorImpl (Decl **dgi, Decl **dge) | |
| StmtIteratorImpl (const VariableArrayType *t) | |
| StmtIterator & | operator++ () |
| StmtIterator | operator++ (int) |
| bool | operator== (const StmtIterator &RHS) const |
| bool | operator!= (const StmtIterator &RHS) const |
| Stmt *& | operator* () const |
| Stmt *& | operator-> () const |
Friends | |
| StmtIterator | cast_away_const (const ConstStmtIterator &RHS) |
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< StmtIterator, 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 123 of file StmtIterator.h.
|
inlineexplicit |
Definition at line 124 of file StmtIterator.h.
|
inline |
Definition at line 126 of file StmtIterator.h.
Definition at line 128 of file StmtIterator.h.
|
inline |
Definition at line 131 of file StmtIterator.h.
|
friend |
Definition at line 155 of file StmtIterator.h.
1.8.6