Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DNestedNameSpecifier.cpp310 if (const TemplateSpecializationType *SpecType in print() local
314 SpecType->getTemplateName().print(OS, InnerPolicy, true); in print()
317 printTemplateArgumentList(OS, SpecType->template_arguments(), in print()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp94 if (const TemplateSpecializationType *SpecType in computeDeclContext() local
101 SpecType->getTemplateName().getAsTemplateDecl())) { in computeDeclContext()
103 = Context.getCanonicalType(QualType(SpecType, 0)); in computeDeclContext()