Home
last modified time | relevance | path

Searched refs:SpecType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp331 if (const TemplateSpecializationType *SpecType in print() local
335 SpecType->getTemplateName().print(OS, InnerPolicy, true); in print()
338 printTemplateArgumentList(OS, SpecType->template_arguments(), in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp95 if (const TemplateSpecializationType *SpecType in computeDeclContext() local
102 SpecType->getTemplateName().getAsTemplateDecl())) { in computeDeclContext()
104 = Context.getCanonicalType(QualType(SpecType, 0)); in computeDeclContext()
H A DSemaExprCXX.cpp315 if (const TemplateSpecializationType *SpecType in getDestructorName() local
317 TemplateName SpecName = SpecType->getTemplateName(); in getDestructorName()