Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp151 bool CXXRecordDecl::forallBases(ForallBasesCallback BaseMatches, in forallBases() argument
177 if (!BaseMatches(Base)) { in forallBases()
194 CXXRecordDecl::BaseMatchesCallback BaseMatches, in lookupInBases() argument
269 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases()
308 lookupInBases(Context, BaseRecord, BaseMatches, LookupInDependent)) { in lookupInBases()
341 bool CXXRecordDecl::lookupInBases(BaseMatchesCallback BaseMatches, in lookupInBases() argument
345 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, in lookupInBases()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h177 CXXRecordDecl::BaseMatchesCallback BaseMatches,
H A DDeclCXX.h1733 bool forallBases(ForallBasesCallback BaseMatches,
1771 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,