Home | History | Annotate | Download | only in Sema

Lines Matching refs:isProvablyNotDerivedFrom

35 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record,
189 if (isProvablyNotDerivedFrom(SemaRef, contextClass, Classes))
547 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord))