Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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.cpp569 return !forallBases([](const CXXRecordDecl *) { return true; }); in hasAnyDependentBases()
618 bool RDIsBase = !forallBases([&](const CXXRecordDecl *Base) -> bool { in hasSubobjectAtOffsetZeroOfEmptyBaseType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp37 return BaseIsNotInSet(Record) && Record->forallBases(BaseIsNotInSet); in isProvablyNotDerivedFrom()
DSemaDeclCXX.cpp12725 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect)) in CheckUsingDeclQualifier()
12737 !cast<CXXRecordDecl>(NamedContext)->forallBases(IsNotBase)) in CheckUsingDeclQualifier()
DSemaDeclAttr.cpp500 if (!CRD->forallBases([](const CXXRecordDecl *Base) { in checkRecordDeclForAttr()
DSemaInit.cpp9960 return !(NotSpecialization(RD) && RD->forallBases(NotSpecialization)); in isOrIsDerivedFromSpecializationOf()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclCXX.h1568 bool forallBases(ForallBasesCallback BaseMatches) const;