Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDerivedFrom

2004     if (IsDerivedFrom(FromRecordType, QRecordType)) {
2040 assert(IsDerivedFrom(FromRecordType, URecordType));
8790 if (IsDerivedFrom(CurrentType, Context.getTypeDeclType(Parent), Paths)) {