Searched refs:StmtIteratorBase (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | StmtIterator.cpp | 33 void StmtIteratorBase::NextVA() { in NextVA() 64 void StmtIteratorBase::NextDecl(bool ImmediateAdvance) { in NextDecl() 90 bool StmtIteratorBase::HandleDecl(Decl* D) { in HandleDecl() 116 StmtIteratorBase::StmtIteratorBase(Decl *d, Stmt **s) in StmtIteratorBase() function in StmtIteratorBase 122 StmtIteratorBase::StmtIteratorBase(Decl** dgi, Decl** dge) in StmtIteratorBase() function in StmtIteratorBase 127 StmtIteratorBase::StmtIteratorBase(const VariableArrayType* t) in StmtIteratorBase() function in StmtIteratorBase 132 Stmt*& StmtIteratorBase::GetDeclExpr() const { in GetDeclExpr()
|
/external/clang/include/clang/AST/ |
D | StmtIterator.h | 29 class StmtIteratorBase { 70 StmtIteratorBase(Stmt **s) : stmt(s), decl(0), RawVAPtr(0) {} in StmtIteratorBase() function 71 StmtIteratorBase(Decl *d, Stmt **s); 72 StmtIteratorBase(const VariableArrayType *t); 73 StmtIteratorBase(Decl **dgi, Decl **dge); 74 StmtIteratorBase() : stmt(0), decl(0), RawVAPtr(0) {} in StmtIteratorBase() function 79 class StmtIteratorImpl : public StmtIteratorBase, 84 StmtIteratorImpl(const StmtIteratorBase& RHS) : StmtIteratorBase(RHS) {} in StmtIteratorImpl() 87 StmtIteratorImpl(Stmt **s) : StmtIteratorBase(s) {} in StmtIteratorImpl() 88 StmtIteratorImpl(Decl **dgi, Decl **dge) : StmtIteratorBase(dgi, dge) {} in StmtIteratorImpl() [all …]
|
D | Type.h | 88 class StmtIteratorBase; 2181 friend class StmtIteratorBase; 2244 friend class StmtIteratorBase; 2301 friend class StmtIteratorBase;
|
D | Decl.h | 713 friend class StmtIteratorBase; variable 2124 friend class StmtIteratorBase; variable
|