Home
last modified time | relevance | path

Searched refs:VisitTypedefDecl (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h341 void VisitTypedefDecl(const TypedefDecl *D);
H A DJSONNodeDumper.h245 void VisitTypedefDecl(const TypedefDecl *TD);
H A DASTNodeTraverser.h421 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp100 void VisitTypedefDecl(const TypedefDecl *D);
608 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp441 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anone9b41ed00111::ODRDeclVisitor
442 Inherited::VisitTypedefDecl(D); in VisitTypedefDecl()
H A DDeclPrinter.cpp74 void VisitTypedefDecl(TypedefDecl *D);
596 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp839 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1823 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
H A DASTImporter.cpp474 ExpectedDecl VisitTypedefDecl(TypedefDecl *D);
2757 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp69 void VisitTypedefDecl(TypedefDecl *D);
425 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp342 void VisitTypedefDecl(TypedefDecl *TD);
741 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1060 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator