Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp125 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 DDeclCXX.h1644 bool forallBases(ForallBasesCallback BaseMatches) const;
1681 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,