Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDerivedFrom

3441       ->isDerivedFrom(cast<CXXRecordDecl>(lhsRecord->getDecl()));
3778 if (!IsDerivedFrom(LHSType, Class, Paths) ||
3902 Self.IsDerivedFrom(FTy, TTy);
3904 (FRec == TRec || FDerivedFromT || Self.IsDerivedFrom(TTy, FTy))) {