Home
last modified time | relevance | path

Searched refs:isProvablyNotDerivedFrom (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp34 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, in isProvablyNotDerivedFrom() function
214 if (isProvablyNotDerivedFrom(SemaRef, contextClass, Classes)) in ClassifyImplicitMemberAccess()
642 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord)) in CheckQualifiedMemberReference()
H A DSemaDeclCXX.cpp12377 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom(OrigRec)) { in CheckUsingShadowDecl()
12661 if (!RD || RequireMemberOf->isProvablyNotDerivedFrom(RD)) in ValidateCandidate()
13293 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom( in CheckUsingDeclQualifier()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp109 bool CXXRecordDecl::isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const { in isProvablyNotDerivedFrom() function in CXXRecordDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1618 bool isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const;