Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h214 bool VisitTypedefDecl(TypedefDecl *D);
H A DCIndex.cpp705 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in CursorVisitor
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h332 void VisitTypedefDecl(const TypedefDecl *D);
H A DJSONNodeDumper.h237 void VisitTypedefDecl(const TypedefDecl *TD);
H A DASTNodeTraverser.h414 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
/openbsd/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp98 void VisitTypedefDecl(const TypedefDecl *D);
585 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
/openbsd/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp437 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anonc0cde9a70111::ODRDeclVisitor
438 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.cpp785 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1635 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
H A DASTImporter.cpp519 ExpectedDecl VisitTypedefDecl(TypedefDecl *D);
2576 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp69 void VisitTypedefDecl(TypedefDecl *D);
391 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp330 void VisitTypedefDecl(TypedefDecl *TD);
712 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1020 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator