HomeSort by relevance Sort by last modified time
    Searched refs:ASTImporter (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/AST/
ASTImporter.h 1 //===--- ASTImporter.h - Importing ASTs from other Contexts -----*- C++ -*-===//
10 // This file defines the ASTImporter class which imports AST nodes from one
38 class ASTImporter {
93 ASTImporter(ASTContext &ToContext, FileManager &ToFileManager,
97 virtual ~ASTImporter();
  /external/clang/lib/Frontend/
ASTMerge.cpp 12 #include "clang/AST/ASTImporter.h"
53 ASTImporter Importer(CI.getASTContext(),
  /external/clang/lib/AST/
Android.mk 31 ASTImporter.cpp \
ASTImporter.cpp 1 //===--- ASTImporter.cpp - Importing ASTs from other Contexts ---*- C++ -*-===//
10 // This file defines the ASTImporter class which imports AST nodes from one
14 #include "clang/AST/ASTImporter.h"
31 ASTImporter &Importer;
34 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) { }
    [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 17 #include "clang/AST/ASTImporter.h"
242 class Minion : public clang::ASTImporter
248 clang::ASTImporter(*target_ctx,
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 513 ASTImporter::Imported(from, to);
530 // been set up correctly. The ASTImporter may not do this correctly if the
625 direct_completer->ASTImporter::Imported(origin_iter->second.decl, to);
717 return clang::ASTImporter::Imported(from, to);
ClangASTContext.cpp 36 #include "clang/AST/ASTImporter.h"
    [all...]

Completed in 259 milliseconds