Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanonType

2110   QualType CanonType;
2135 CanonType = SubstType(Pattern->getUnderlyingType(),
2138 if (CanonType.isNull())
2151 CanonType = Context.getTemplateSpecializationType(CanonName,
2155 // FIXME: CanonType is not actually the canonical type, and unfortunately
2159 CanonType = Context.getCanonicalType(CanonType);
2188 if (CanonType != Injected->getCanonicalTypeInternal())
2194 CanonType = ICNT;
2225 CanonType = Context.getTypeDeclType(Decl);
2226 assert(isa<RecordType>(CanonType) &&
2229 CanonType = checkBuiltinTemplateIdType(*this, BTD, Converted, TemplateLoc,
2236 return Context.getTemplateSpecializationType(Name, TemplateArgs, CanonType);
6307 QualType CanonType;
6312 CanonType = Context.getTemplateSpecializationType(CanonTemplate,
6316 if (Context.hasSameType(CanonType,
6348 CanonType,
6419 CanonType = Context.getTemplateSpecializationType(
6422 CanonType = Context.getTypeDeclType(Specialization);
6502 TemplateArgs, CanonType);