Lines Matching defs:TST
165 else if (auto *TST = Base.getType()->getAs<TemplateSpecializationType>()) {
168 if (!TST || !TST->isDependentType())
170 auto *TD = TST->getTemplateName().getAsTemplateDecl();
643 DeclSpec::TST Sema::isTagName(IdentifierInfo &II, Scope *S) {
5026 DeclSpec::TST T = DS.getTypeSpecType();
5281 DeclSpec::TST TypeSpecType = DS.getTypeSpecType();
6232 if (const auto *TST = T->getAsAdjusted<TemplateSpecializationType>()) {
6238 if (TST->isDependentType() && TST->isTypeAlias())