reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplate.cpp
 3258     CanonType = SubstType(Pattern->getUnderlyingType(),
 3261     if (CanonType.isNull()) {
 3306     CanonType = Context.getCanonicalTemplateSpecializationType(Name, Converted);
 3335         if (CanonType != Injected->getCanonicalTypeInternal())
 3341         CanonType = ICNT;
 3376     CanonType = Context.getTypeDeclType(Decl);
 3377     assert(isa<RecordType>(CanonType) &&
 3380     CanonType = checkBuiltinTemplateIdType(*this, BTD, Converted, TemplateLoc,
 3387   return Context.getTemplateSpecializationType(Name, TemplateArgs, CanonType);