Home
last modified time | relevance | path

Searched defs:VisitTypedefDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDUSRGeneration.cpp619 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDASTNodeTraverser.h510 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp448 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anon0480a1190111::ODRDeclVisitor
HDDeclPrinter.cpp550 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
HDJSONNodeDumper.cpp872 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
HDTextNodeDumper.cpp2058 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
HDASTImporter.cpp2805 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp464 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
HDASTReaderDecl.cpp735 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1085 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator