Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DCopyConstructorInitCheck.cpp60 BaseClass->forallBases( in check()
/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/llvm-project/clang/lib/AST/
DCXXInheritance.cpp111 return forallBases([TargetDecl](const CXXRecordDecl *Base) { in isProvablyNotDerivedFrom()
127 bool CXXRecordDecl::forallBases(ForallBasesCallback BaseMatches) const { in forallBases() function in CXXRecordDecl
DDeclCXX.cpp563 return !forallBases([](const CXXRecordDecl *) { return true; }); in hasAnyDependentBases()
612 bool RDIsBase = !forallBases([&](const CXXRecordDecl *Base) -> bool { in hasSubobjectAtOffsetZeroOfEmptyBaseType()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.cpp55 return !DerivedClass->forallBases( in isBaseOf()
/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/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp37 return BaseIsNotInSet(Record) && Record->forallBases(BaseIsNotInSet); in isProvablyNotDerivedFrom()
DSemaDeclCXX.cpp12485 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect)) in CheckUsingDeclQualifier()
12497 !cast<CXXRecordDecl>(NamedContext)->forallBases(IsNotBase)) in CheckUsingDeclQualifier()
DSemaInit.cpp9878 return !(NotSpecialization(RD) && RD->forallBases(NotSpecialization)); in isOrIsDerivedFromSpecializationOf()
/external/clang/include/clang/AST/
DDeclCXX.h1507 bool forallBases(ForallBasesCallback BaseMatches,
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1562 bool forallBases(ForallBasesCallback BaseMatches) const;