Home | History | Annotate | Download | only in Sema

Lines Matching defs:TC

719       CanQualType TC = SemaRef.Context.getCanonicalType(T);
721 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC))
725 == getSimplifiedTypeClass(TC)) &&
726 !(PreferredType->isEnumeralType() && TC->isEnumeralType()))