Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanonType

1991   QualType CanonType;
2017 CanonType = SubstType(Pattern->getUnderlyingType(),
2020 if (CanonType.isNull())
2033 CanonType = Context.getTemplateSpecializationType(CanonName,
2037 // FIXME: CanonType is not actually the canonical type, and unfortunately
2041 CanonType = Context.getCanonicalType(CanonType);
2070 if (CanonType != Injected->getCanonicalTypeInternal())
2076 CanonType = ICNT;
2105 CanonType = Context.getTypeDeclType(Decl);
2106 assert(isa<RecordType>(CanonType) &&
2113 return Context.getTemplateSpecializationType(Name, TemplateArgs, CanonType);
5387 QualType CanonType;
5404 CanonType = Context.getTypeDeclType(Specialization);
5409 CanonType = Context.getTemplateSpecializationType(CanonTemplate,
5413 if (Context.hasSameType(CanonType,
5446 CanonType,
5514 CanonType = Context.getTypeDeclType(Specialization);
5586 TemplateArgs, CanonType);