clang
8.0.0
|
#include "clang/AST/StmtIterator.h"
Public Member Functions | |
StmtIteratorImpl ()=default | |
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) | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
enum | { StmtMode = 0x0, SizeOfTypeVAMode = 0x1, DeclGroupMode = 0x2, Flags = 0x3 } |
![]() | |
union { | |
Stmt ** stmt | |
Decl ** DGI | |
}; | |
uintptr_t | RawVAPtr = 0 |
Decl ** | DGE |
Definition at line 78 of file StmtIterator.h.
|
inlineprotected |
Definition at line 83 of file StmtIterator.h.
|
default |
|
inline |
Definition at line 87 of file StmtIterator.h.
|
inline |
Definition at line 88 of file StmtIterator.h.
|
inline |
Definition at line 89 of file StmtIterator.h.
|
inline |
Definition at line 112 of file StmtIterator.h.
|
inline |
Definition at line 116 of file StmtIterator.h.
|
inline |
Definition at line 91 of file StmtIterator.h.
|
inline |
Definition at line 102 of file StmtIterator.h.
|
inline |
Definition at line 120 of file StmtIterator.h.
|
inline |
Definition at line 108 of file StmtIterator.h.