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

/external/clang/tools/libclang/
H A DCursorVisitor.h234 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
H A DIndexDecl.cpp267 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { function in class:__anon19525::IndexingDeclVisitor
H A DCIndex.cpp1164 bool CursorVisitor::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:CursorVisitor
/external/clang/lib/Index/
H A DUSRGeneration.cpp96 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { function in class:__anon17941::USRGenerator
/external/clang/lib/AST/
H A DDeclPrinter.cpp65 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
738 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:DeclPrinter
H A DASTDumper.cpp251 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
1053 void ASTDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { function in class:ASTDumper
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp56 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
961 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp233 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1183 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2104 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:TemplateDeclInstantiator

Completed in 912 milliseconds