Home | History | Annotate | Download | only in Sema

Lines Matching full:frec

3975   const RecordType *FRec = FTy->getAs<RecordType>();
3977 bool FDerivedFromT = FRec && TRec && FRec != TRec &&
3979 if (FRec && TRec &&
3980 (FRec == TRec || FDerivedFromT || Self.IsDerivedFrom(TTy, FTy))) {
3984 if (FRec == TRec || FDerivedFromT) {