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

/external/clang/tools/libclang/
H A DCursorVisitor.h205 bool VisitTypedefDecl(TypedefDecl *D);
H A DCIndex.cpp670 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) { function in class:CursorVisitor
/external/clang/lib/Index/
H A DUSRGeneration.cpp88 void VisitTypedefDecl(const TypedefDecl *D);
474 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { function in class:USRGenerator
/external/clang/lib/AST/
H A DDeclPrinter.cpp49 void VisitTypedefDecl(TypedefDecl *D);
324 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { function in class:DeclPrinter
H A DASTDumper.cpp238 void VisitTypedefDecl(const TypedefDecl *D);
848 void ASTDumper::VisitTypedefDecl(const TypedefDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp135 Decl *VisitTypedefDecl(TypedefDecl *D);
2370 Decl *ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp60 void VisitTypedefDecl(TypedefDecl *D);
223 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp237 void VisitTypedefDecl(TypedefDecl *TD);
470 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp317 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { function in class:TemplateDeclInstantiator

Completed in 1343 milliseconds