Searched refs:BaseMatches (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 125 bool CXXRecordDecl::forallBases(ForallBasesCallback BaseMatches) const { in forallBases() 144 if (!BaseMatches(Base)) in forallBases() 158 CXXRecordDecl::BaseMatchesCallback BaseMatches, in lookupInBases() argument 241 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases() 276 lookupInBases(Context, BaseRecord, BaseMatches, LookupInDependent)) { in lookupInBases() 309 bool CXXRecordDecl::lookupInBases(BaseMatchesCallback BaseMatches, in lookupInBases() argument 313 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, in lookupInBases()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1644 bool forallBases(ForallBasesCallback BaseMatches) const; 1681 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
|