Lines Matching defs:TST
164 else if (auto *TST = Base.getType()->getAs<TemplateSpecializationType>()) {
167 if (!TST || !TST->isDependentType())
169 auto *TD = TST->getTemplateName().getAsTemplateDecl();
639 DeclSpec::TST Sema::isTagName(IdentifierInfo &II, Scope *S) {
4975 DeclSpec::TST T = DS.getTypeSpecType();
5226 DeclSpec::TST TypeSpecType = DS.getTypeSpecType();
6177 if (const auto *TST = T->getAsAdjusted<TemplateSpecializationType>()) {
6183 if (TST->isDependentType() && TST->isTypeAlias())