Home | History | Annotate | Download | only in Sema

Lines Matching refs:T1

3045         QualType T1 = Context.getCanonicalType((*ParamI)->getType());
3049 if (!Context.typesAreCompatible(T1, T2)) {
3051 << T1 << T2;