Lines Matching refs:CompilerInstance
78 static llvm::Expected<std::unique_ptr<CompilerInstance>>
80 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CreateCI()
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, in Interpreter()
308 Interpreter::create(std::unique_ptr<CompilerInstance> CI) { in create()
327 Interpreter::createWithCUDA(std::unique_ptr<CompilerInstance> CI, in createWithCUDA()
328 std::unique_ptr<CompilerInstance> DCI) { in createWithCUDA()
354 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance()
358 CompilerInstance *Interpreter::getCompilerInstance() { in getCompilerInstance()