Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp585 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h414 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp437 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anonc0cde9a70111::ODRDeclVisitor
H A DDeclPrinter.cpp507 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.cpp2576 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp391 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp712 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
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp705 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in CursorVisitor