Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2205 if (auto *TTST = T->getAs<TemplateSpecializationType>()) { in isSubstitutedType() local
2206 Template = TTST->getTemplateName(); in isSubstitutedType()
2207 TemplateArgs = TTST->template_arguments(); in isSubstitutedType()