Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp32 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, in isProvablyNotDerivedFrom() function
188 if (isProvablyNotDerivedFrom(SemaRef, contextClass, Classes)) in ClassifyImplicitMemberAccess()
578 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord)) in CheckQualifiedMemberReference()
H A DSemaDeclCXX.cpp11916 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom(OrigRec)) { in CheckUsingShadowDecl()
12228 if (!RD || RequireMemberOf->isProvablyNotDerivedFrom(RD)) in ValidateCandidate()
12877 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom( in CheckUsingDeclQualifier()
/llvm-project-15.0.7/clang/lib/AST/
H A DCXXInheritance.cpp109 bool CXXRecordDecl::isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const { in isProvablyNotDerivedFrom() function in CXXRecordDecl
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1573 bool isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const;