Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDerivedFrom

3782       ->isDerivedFrom(cast<CXXRecordDecl>(lhsRecord->getDecl()));
4112 if (!IsDerivedFrom(LHSType, Class)) {
4240 Self.IsDerivedFrom(FTy, TTy);
4242 (FRec == TRec || FDerivedFromT || Self.IsDerivedFrom(TTy, FTy))) {