Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h325 void VisitTypedefDecl(const TypedefDecl *D);
H A DJSONNodeDumper.h233 void VisitTypedefDecl(const TypedefDecl *TD);
H A DASTNodeTraverser.h414 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp355 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anonb1d94ece0111::ODRDeclVisitor
356 Inherited::VisitTypedefDecl(D); in VisitTypedefDecl()
H A DDeclPrinter.cpp62 void VisitTypedefDecl(TypedefDecl *D);
507 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp755 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1588 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
H A DASTImporter.cpp503 ExpectedDecl VisitTypedefDecl(TypedefDecl *D);
2596 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp98 void VisitTypedefDecl(const TypedefDecl *D);
581 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp68 void VisitTypedefDecl(TypedefDecl *D);
387 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp328 void VisitTypedefDecl(TypedefDecl *TD);
693 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp958 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator