Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanonType

1953   QualType CanonType;
1975 CanonType = SubstType(Pattern->getUnderlyingType(),
1978 if (CanonType.isNull())
1991 CanonType = Context.getTemplateSpecializationType(CanonName,
1995 CanonType is not actually the canonical type, and unfortunately
1999 CanonType = Context.getCanonicalType(CanonType);
2028 if (CanonType != Injected->getCanonicalTypeInternal())
2034 CanonType = ICNT;
2062 CanonType = Context.getTypeDeclType(Decl);
2063 assert(isa<RecordType>(CanonType) &&
2070 return Context.getTemplateSpecializationType(Name, TemplateArgs, CanonType);
5248 QualType CanonType;
5265 CanonType = Context.getTypeDeclType(Specialization);
5270 CanonType = Context.getTemplateSpecializationType(CanonTemplate,
5274 if (Context.hasSameType(CanonType,
5307 CanonType,
5375 CanonType = Context.getTypeDeclType(Specialization);
5440 TemplateArgs, CanonType);