HomeSort by: relevance | last modified time | path
    Searched defs:VisitUsingDirectiveDecl (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 604 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
USRGeneration.cpp 111 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 78 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
964 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
JSONNodeDumper.cpp 738 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) {
TextNodeDumper.cpp 1833 void TextNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 64 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1308 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
ASTReaderDecl.cpp 324 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1683 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 120 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
CIndex.cpp 1254 bool CursorVisitor::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 2962 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {

Completed in 53 milliseconds