Home
last modified time | relevance | path

Searched refs:StmtIteratorBase (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtIterator.h27 class StmtIteratorBase {
43 StmtIteratorBase(Stmt **s) : stmt(s) {} in StmtIteratorBase() function
44 StmtIteratorBase(const VariableArrayType *t);
45 StmtIteratorBase(Decl **dgi, Decl **dge);
46 StmtIteratorBase() : stmt(nullptr) {} in StmtIteratorBase() function
77 class StmtIteratorImpl : public StmtIteratorBase {
79 StmtIteratorImpl(const StmtIteratorBase& RHS) : StmtIteratorBase(RHS) {} in StmtIteratorImpl()
89 StmtIteratorImpl(Stmt **s) : StmtIteratorBase(s) {} in StmtIteratorImpl()
90 StmtIteratorImpl(Decl **dgi, Decl **dge) : StmtIteratorBase(dgi, dge) {} in StmtIteratorImpl()
91 StmtIteratorImpl(const VariableArrayType *t) : StmtIteratorBase(t) {} in StmtIteratorImpl()
[all …]
H A DDecl.h956 friend class StmtIteratorBase; variable
3401 friend class StmtIteratorBase;
H A DType.h3843 friend class StmtIteratorBase;
3904 friend class StmtIteratorBase;
3951 friend class StmtIteratorBase;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp36 void StmtIteratorBase::NextVA() { in NextVA()
59 void StmtIteratorBase::NextDecl(bool ImmediateAdvance) { in NextDecl()
73 bool StmtIteratorBase::HandleDecl(Decl* D) { in HandleDecl()
98 StmtIteratorBase::StmtIteratorBase(Decl** dgi, Decl** dge) in StmtIteratorBase() function in StmtIteratorBase
103 StmtIteratorBase::StmtIteratorBase(const VariableArrayType* t) in StmtIteratorBase() function in StmtIteratorBase
108 Stmt*& StmtIteratorBase::GetDeclExpr() const { in GetDeclExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10773 {"_ZN5clang16StmtIteratorBase6NextVAEv", "clang::StmtIteratorBase::NextVA()"},
10774 {"_ZN5clang16StmtIteratorBase8NextDeclEb", "clang::StmtIteratorBase::NextDecl(bool)"},
10775 {"_ZN5clang16StmtIteratorBase10HandleDeclEPNS_4DeclE", "clang::StmtIteratorBase::HandleDecl(clang::…
10776 {"_ZN5clang16StmtIteratorBaseC1EPNS_4DeclEPPNS_4StmtE", "clang::StmtIteratorBase::StmtIteratorBase(…
10777 {"_ZN5clang16StmtIteratorBaseC2EPNS_4DeclEPPNS_4StmtE", "clang::StmtIteratorBase::StmtIteratorBase(…
10778 {"_ZN5clang16StmtIteratorBaseC1EPPNS_4DeclES3_", "clang::StmtIteratorBase::StmtIteratorBase(clang::…
10779 {"_ZN5clang16StmtIteratorBaseC2EPPNS_4DeclES3_", "clang::StmtIteratorBase::StmtIteratorBase(clang::…
10780 …ng16StmtIteratorBaseC1EPKNS_17VariableArrayTypeE", "clang::StmtIteratorBase::StmtIteratorBase(clan…
10781 …ng16StmtIteratorBaseC2EPKNS_17VariableArrayTypeE", "clang::StmtIteratorBase::StmtIteratorBase(clan…
10782 {"_ZNK5clang16StmtIteratorBase11GetDeclExprEv", "clang::StmtIteratorBase::GetDeclExpr() const"},