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

/external/clang/tools/libclang/
H A DCursorVisitor.h206 bool VisitTypedefDecl(TypedefDecl *D);
H A DCIndex.cpp681 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { function in class:CursorVisitor
/external/clang/lib/Index/
H A DUSRGeneration.cpp88 void VisitTypedefDecl(const TypedefDecl *D);
491 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { function in class:USRGenerator
/external/clang/lib/AST/
H A DDeclPrinter.cpp58 void VisitTypedefDecl(TypedefDecl *D);
374 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { function in class:DeclPrinter
H A DASTDumper.cpp418 void VisitTypedefDecl(const TypedefDecl *D);
1043 void ASTDumper::VisitTypedefDecl(const TypedefDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp136 Decl *VisitTypedefDecl(TypedefDecl *D);
2451 Decl *ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp60 void VisitTypedefDecl(TypedefDecl *D);
344 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp249 void VisitTypedefDecl(TypedefDecl *TD);
570 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp430 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { function in class:TemplateDeclInstantiator

Completed in 321 milliseconds