Home
last modified time | relevance | path

Searched refs:BaseMatches (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DCXXInheritance.cpp137 bool CXXRecordDecl::forallBases(ForallBasesCallback BaseMatches, in forallBases() argument
163 if (!BaseMatches(Base)) { in forallBases()
180 CXXRecordDecl::BaseMatchesCallback BaseMatches) { in lookupInBases() argument
254 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases()
269 if (lookupInBases(Context, BaseRecord, BaseMatches)) { in lookupInBases()
302 bool CXXRecordDecl::lookupInBases(BaseMatchesCallback BaseMatches, in lookupInBases() argument
305 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches)) in lookupInBases()
/external/llvm-project/clang/lib/AST/
DCXXInheritance.cpp127 bool CXXRecordDecl::forallBases(ForallBasesCallback BaseMatches) const { in forallBases()
146 if (!BaseMatches(Base)) in forallBases()
160 CXXRecordDecl::BaseMatchesCallback BaseMatches, in lookupInBases() argument
235 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases()
274 lookupInBases(Context, BaseRecord, BaseMatches, LookupInDependent)) { in lookupInBases()
307 bool CXXRecordDecl::lookupInBases(BaseMatchesCallback BaseMatches, in lookupInBases() argument
311 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, in lookupInBases()
/external/clang/include/clang/AST/
DCXXInheritance.h166 CXXRecordDecl::BaseMatchesCallback BaseMatches);
DDeclCXX.h1507 bool forallBases(ForallBasesCallback BaseMatches,
1541 bool lookupInBases(BaseMatchesCallback BaseMatches,
/external/llvm-project/clang/include/clang/AST/
DCXXInheritance.h168 CXXRecordDecl::BaseMatchesCallback BaseMatches,
DDeclCXX.h1562 bool forallBases(ForallBasesCallback BaseMatches) const;
1599 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,