Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp33 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, in isProvablyNotDerivedFrom() function
186 if (isProvablyNotDerivedFrom(SemaRef, contextClass, Classes)) in ClassifyImplicitMemberAccess()
541 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord)) in CheckQualifiedMemberReference()
DSemaDeclCXX.cpp7758 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom(OrigRec)) { in CheckUsingShadowDecl()
8004 if (!RD || RequireMemberOf->isProvablyNotDerivedFrom(RD)) in ValidateCandidate()
8436 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom( in CheckUsingDeclQualifier()
/external/clang/lib/AST/
DCXXInheritance.cpp119 bool CXXRecordDecl::isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const { in isProvablyNotDerivedFrom() function in CXXRecordDecl
/external/clang/include/clang/AST/
DDeclCXX.h1464 bool isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const;