Home | History | Annotate | Download | only in Sema

Lines Matching refs:isProvablyNotDerivedFrom

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