Searched refs:ASTImporter (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h1 //===--- ASTImporter.h - Importing ASTs from other Contexts -----*- C++ -*-===//
10 // This file defines the ASTImporter class which imports AST nodes from one
38 class ASTImporter { class in namespace:clang
93 ASTImporter(ASTContext &ToContext, FileManager &ToFileManager,
97 virtual ~ASTImporter();
/freebsd-10.3-release/lib/clang/libclangast/
H A DMakefile13 ASTImporter.cpp \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp12 #include "clang/AST/ASTImporter.h"
53 ASTImporter Importer(CI.getASTContext(),
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h17 #include "clang/AST/ASTImporter.h"
242 class Minion : public clang::ASTImporter
248 clang::ASTImporter(*target_ctx,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1 //===--- 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) { }
4574 ASTImporter::ASTImporter(ASTContext &ToContext, FileManager &ToFileManager, function in class:ASTImporter
4585 ASTImporter::~ASTImporter() { }
4587 QualType ASTImporter
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp513 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);
H A DClangASTContext.cpp36 #include "clang/AST/ASTImporter.h"
1053 ASTImporter importer(*dst_ast, file_manager,
1070 ASTImporter importer(*dst_ast, file_manager,

Completed in 142 milliseconds