Searched refs:TAD (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp347 TypeAliasDecl *TAD = TAT->getTemplatedDecl(); local
348 if (!TAD)
351 const TypeSourceInfo *TSI = TAD->getTypeSourceInfo();
H A DJSONNodeDumper.cpp711 void JSONNodeDumper::VisitTypeAliasDecl(const TypeAliasDecl *TAD) { argument
712 VisitNamedDecl(TAD);
713 JOS.attribute("type", createQualType(TAD->getUnderlyingType()));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h228 void VisitTypeAliasDecl(const TypeAliasDecl *TAD);

Completed in 69 milliseconds