Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDerivedFrom

3648       ->isDerivedFrom(cast<CXXRecordDecl>(lhsRecord->getDecl()));
4007 if (!IsDerivedFrom(LHSType, Class, Paths) ||
4131 Self.IsDerivedFrom(FTy, TTy);
4133 (FRec == TRec || FDerivedFromT || Self.IsDerivedFrom(TTy, FTy))) {