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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h207 bool VisitTypedefDecl(TypedefDecl *D);
H A DCIndex.cpp704 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { function in class:CursorVisitor
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h231 void VisitTypedefDecl(const TypedefDecl *TD);
H A DTextNodeDumper.h320 void VisitTypedefDecl(const TypedefDecl *D);
H A DASTNodeTraverser.h390 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } function in class:clang::ASTNodeTraverser
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp355 void VisitTypedefDecl(const TypedefDecl *D) { function in class:__anon331::ODRDeclVisitor
356 Inherited::VisitTypedefDecl(D);
H A DDeclPrinter.cpp62 void VisitTypedefDecl(TypedefDecl *D);
506 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { function in class:DeclPrinter
H A DTextNodeDumper.cpp1536 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp720 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { function in class:JSONNodeDumper
H A DASTImporter.cpp487 ExpectedDecl VisitTypedefDecl(TypedefDecl *D);
2549 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTNodeImporter
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp98 void VisitTypedefDecl(const TypedefDecl *D);
581 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { function in class:USRGenerator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp68 void VisitTypedefDecl(TypedefDecl *D);
385 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp328 void VisitTypedefDecl(TypedefDecl *TD);
691 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { function in class:ASTDeclReader
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp922 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { function in class:TemplateDeclInstantiator

Completed in 400 milliseconds