Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDerivedFrom

2518     if (IsDerivedFrom(FromRecordType, QRecordType)) {
2554 assert(IsDerivedFrom(FromRecordType, URecordType));
10324 if (IsDerivedFrom(CurrentType, Context.getTypeDeclType(Parent), Paths)) {