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

/freebsd-9.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-9.3-release/lib/clang/libclangast/
H A DMakefile13 ASTImporter.cpp \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp12 #include "clang/AST/ASTImporter.h"
53 ASTImporter Importer(CI.getASTContext(),
/freebsd-9.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...]

Completed in 74 milliseconds