Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCanonicalType

943     return Arg == Context.getCanonicalType(AdjustedParam);
989 QualType Param = S.Context.getCanonicalType(ParamIn);
990 QualType Arg = S.Context.getCanonicalType(ArgIn);
1168 DeducedType = S.Context.getCanonicalType(DeducedType);
1197 CanQualType CanParam = S.Context.getCanonicalType(Param);
1198 CanQualType CanArg = S.Context.getCanonicalType(Arg);
1961 return Context.getCanonicalType(X.getAsType()) ==
1962 Context.getCanonicalType(Y.getAsType());
3619 Context.getCanonicalType(Specialization->getType()),
3620 Context.getCanonicalType(ArgFunctionType)))
3756 QualType P = Context.getCanonicalType(FromType);
3757 QualType A = Context.getCanonicalType(ToType);
3995 Deduced = Context.getCanonicalType(Deduced);
4785 T = Ctx.getCanonicalType(T);