Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h213 bool VisitTypedefDecl(TypedefDecl *D);
H A DCIndex.cpp705 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in CursorVisitor
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h329 void VisitTypedefDecl(const TypedefDecl *D);
H A DJSONNodeDumper.h233 void VisitTypedefDecl(const TypedefDecl *TD);
H A DASTNodeTraverser.h417 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp356 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anonfecede4a0111::ODRDeclVisitor
357 Inherited::VisitTypedefDecl(D); in VisitTypedefDecl()
H A DDeclPrinter.cpp62 void VisitTypedefDecl(TypedefDecl *D);
508 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp762 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1615 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
H A DASTImporter.cpp522 ExpectedDecl VisitTypedefDecl(TypedefDecl *D);
2582 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp98 void VisitTypedefDecl(const TypedefDecl *D);
582 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp68 void VisitTypedefDecl(TypedefDecl *D);
388 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp329 void VisitTypedefDecl(TypedefDecl *TD);
707 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1012 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator