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

/external/clang/lib/Sema/
H A DSemaExprMember.cpp37 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, function
189 if (isProvablyNotDerivedFrom(SemaRef, contextClass, Classes))
542 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord))
H A DSemaDeclCXX.cpp7734 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom(OrigRec)) {
7979 if (!RD || RequireMemberOf->isProvablyNotDerivedFrom(RD))
8407 if (cast<CXXRecordDecl>(CurContext)->isProvablyNotDerivedFrom(
/external/clang/lib/AST/
H A DCXXInheritance.cpp116 bool CXXRecordDecl::isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const { function in class:CXXRecordDecl
/external/clang/include/clang/AST/
H A DDeclCXX.h1460 bool isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const;

Completed in 160 milliseconds