Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp338 if (TypeAliasDecl *TAD = TAT->getTemplatedDecl()) in fill() local
339 TSI = TAD->getTypeSourceInfo(); in fill()
H A DJSONNodeDumper.cpp767 void JSONNodeDumper::VisitTypeAliasDecl(const TypeAliasDecl *TAD) { in VisitTypeAliasDecl() argument
768 VisitNamedDecl(TAD); in VisitTypeAliasDecl()
769 JOS.attribute("type", createQualType(TAD->getUnderlyingType())); in VisitTypeAliasDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp197 else if (const auto *TAD = in run() local
199 const NamedDecl * D = TAD; in run()
200 if (const auto * TD = TAD->getDescribedAliasTemplate()) in run()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h234 void VisitTypeAliasDecl(const TypeAliasDecl *TAD);