Searched refs:BaseMatches (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 127 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()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 167 CXXRecordDecl::BaseMatchesCallback BaseMatches,
|
| H A D | DeclCXX.h | 1636 bool forallBases(ForallBasesCallback BaseMatches) const; 1673 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
|