Home
last modified time | relevance | path

Searched refs:forallBases (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DCXXInheritance.cpp121 return forallBases([TargetDecl](const CXXRecordDecl *Base) { in isProvablyNotDerivedFrom()
137 bool CXXRecordDecl::forallBases(ForallBasesCallback BaseMatches, in forallBases() function in CXXRecordDecl
DDeclCXX.cpp410 return !forallBases([](const CXXRecordDecl *) { return true; }); in hasAnyDependentBases()
/external/clang/lib/Sema/
DSemaExprMember.cpp38 return BaseIsNotInSet(Record) && Record->forallBases(BaseIsNotInSet); in isProvablyNotDerivedFrom()
DSemaDeclCXX.cpp8717 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect)) in CheckUsingDeclQualifier()
8729 !cast<CXXRecordDecl>(NamedContext)->forallBases(IsNotBase)) in CheckUsingDeclQualifier()
/external/clang/include/clang/AST/
DDeclCXX.h1507 bool forallBases(ForallBasesCallback BaseMatches,