Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp334 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl); in fill() local
337 TemplateParameters = TAT->getTemplateParameters(); in fill()
338 if (TypeAliasDecl *TAD = TAT->getTemplatedDecl()) in fill()
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp197 if (const auto* TAT = dyn_cast<TypeAliasTemplateDecl>(Decl)) in VisitNamedDecl() local
198 Decl = TAT->getTemplatedDecl(); in VisitNamedDecl()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.cpp626 else if (const auto *TAT = dyn_cast<TypeAliasTemplateDecl>(D)) in getHoverContents() local
627 HI.Type = printType(TAT->getTemplatedDecl()->getUnderlyingType(), Ctx, PP); in getHoverContents()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3358 void setDescribedAliasTemplate(TypeAliasTemplateDecl *TAT) { Template = TAT; } in setDescribedAliasTemplate() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp4111 if (TypeAliasTemplateDecl *TAT = in ActOnTagTemplateIdType() local
4118 << TAT << NTK_TypeAliasTemplate << TagKind; in ActOnTagTemplateIdType()
4119 Diag(TAT->getLocation(), diag::note_declared_at); in ActOnTagTemplateIdType()
H A DTreeTransform.h6820 if (TypeAliasTemplateDecl *TAT = dyn_cast_or_null<TypeAliasTemplateDecl>( in TransformElaboratedType() local
6824 << TAT << Sema::NTK_TypeAliasTemplate in TransformElaboratedType()
6826 SemaRef.Diag(TAT->getLocation(), diag::note_declared_at); in TransformElaboratedType()