Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp310 if (const TemplateSpecializationType *SpecType in print() local
314 SpecType->getTemplateName().print(OS, InnerPolicy, in print()
318 printTemplateArgumentList(OS, SpecType->template_arguments(), in print()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp74 if (const TemplateSpecializationType *SpecType in computeDeclContext() local
81 SpecType->getTemplateName().getAsTemplateDecl())) { in computeDeclContext()
83 Context.getCanonicalType(QualType(SpecType, 0)); in computeDeclContext()
102 SpecType->template_arguments(), *L, Pos); in computeDeclContext()