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