Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDerivedFrom

3495       ->isDerivedFrom(cast<CXXRecordDecl>(lhsRecord->getDecl()));
3854 if (!IsDerivedFrom(LHSType, Class, Paths) ||
3978 Self.IsDerivedFrom(FTy, TTy);
3980 (FRec == TRec || FDerivedFromT || Self.IsDerivedFrom(TTy, FTy))) {