Lines Matching refs:CompilerInstance
35 #include "clang/Frontend/CompilerInstance.h"
78 static llvm::Expected<std::unique_ptr<CompilerInstance>>
80 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance());
116 // FIXME: Merge with CompilerInstance::ExecuteAction.
140 llvm::Expected<std::unique_ptr<CompilerInstance>>
187 llvm::Expected<std::unique_ptr<CompilerInstance>>
204 llvm::Expected<std::unique_ptr<CompilerInstance>>
233 llvm::Expected<std::unique_ptr<CompilerInstance>>
238 llvm::Expected<std::unique_ptr<CompilerInstance>>
243 Interpreter::Interpreter(std::unique_ptr<CompilerInstance> CI,
308 Interpreter::create(std::unique_ptr<CompilerInstance> CI) {
327 Interpreter::createWithCUDA(std::unique_ptr<CompilerInstance> CI,
328 std::unique_ptr<CompilerInstance> DCI) {
354 const CompilerInstance *Interpreter::getCompilerInstance() const {
358 CompilerInstance *Interpreter::getCompilerInstance() {