Home
last modified time | relevance | path

Searched defs:VisitTypeAliasDecl (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/clang-doc/
H A DMapper.cpp78 bool MapASTVisitor::VisitTypeAliasDecl(const TypeAliasDecl *D) { VisitTypeAliasDecl() function in clang::doc::MapASTVisitor
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp65 bool VisitTypeAliasDecl(const TypeAliasDecl *D) { return mapDecl(D); } in VisitTypeAliasDecl() function in clang::doc::ClangDocSerializeTestVisitor
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h643 void VisitTypeAliasDecl(const TypeAliasDecl *D) { VisitTypeAliasDecl() function
/llvm-project/clang/lib/AST/
H A DODRHash.cpp452 void VisitTypeAliasDecl(const TypeAliasDecl *D) { VisitTypeAliasDecl() function in __anon5944dbcd0111::ODRDeclVisitor
H A DDeclPrinter.cpp562 void DeclPrinter::VisitTypeAliasDecl(TypeAliasDecl *D) { in VisitTypeAliasDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp877 void JSONNodeDumper::VisitTypeAliasDecl(const TypeAliasDecl *TAD) { VisitTypeAliasDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2403 void TextNodeDumper::VisitTypeAliasDecl(const TypeAliasDecl *D) { VisitTypeAliasDecl() function in TextNodeDumper
H A DASTImporter.cpp2809 ExpectedDecl ASTNodeImporter::VisitTypeAliasDecl(TypeAliasDecl *D) { VisitTypeAliasDecl() function in ASTNodeImporter
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp480 void ASTDeclWriter::VisitTypeAliasDecl(TypeAliasDecl *D) { VisitTypeAliasDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp740 void ASTDeclReader::VisitTypeAliasDecl(TypeAliasDecl *TD) { VisitTypeAliasDecl() function in ASTDeclReader
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1092 Decl *TemplateDeclInstantiator::VisitTypeAliasDecl(TypeAliasDecl *D) { VisitTypeAliasDecl() function in TemplateDeclInstantiator
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp711 bool CursorVisitor::VisitTypeAliasDecl(TypeAliasDecl *D) { VisitTypeAliasDecl() function in CursorVisitor