Home
last modified time | relevance | path

Searched defs:Interp (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/unittests/Interpreter/
H A DInterpreterTest.cpp60 std::unique_ptr<Interpreter> Interp = createInterpreter(); in TEST_F() local
76 std::unique_ptr<Interpreter> Interp = createInterpreter(); in TEST_F() local
101 auto Interp = createInterpreter(ExtraArgs, DiagPrinter.get()); in TEST_F() local
125 auto Interp in TEST_F() local
147 auto Interp = createInterpreter(ExtraArgs, DiagPrinter.get()); TEST_F() local
193 std::unique_ptr<Interpreter> Interp = createInterpreter(); TEST_F() local
224 AllocateObject(TypeDecl * TD,Interpreter & Interp) AllocateObject() argument
236 LookupSingleName(Interpreter & Interp,const char * Name) LookupSingleName() argument
251 std::unique_ptr<Interpreter> Interp = createInterpreter(Args); TEST_F() local
287 std::unique_ptr<Interpreter> Interp = createInterpreter(Args); TEST_F() local
[all...]
H A DInterpreterExtensionsTest.cpp111 RecordRuntimeIBMetrics Interp(cantFail(CB.CreateCpp()), ErrOut); TEST_F() local
146 CustomJBInterpreter Interp(std::move(CI), ErrOut, nullptr); TEST_F() local
181 CustomJBInterpreter Interp(std::move(CI), ErrOut, std::move(JB)); TEST_F() local
H A DIncrementalProcessingTest.cpp67 auto Interp = llvm::cantFail(Interpreter::create(std::move(CI))); in TEST_F() local
H A DCodeCompletionTest.cpp29 std::unique_ptr<clang::Interpreter> Interp; member in __anone92c58a10111::CodeCompletionTest
[all...]
/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp120 auto Interp = clang::Interpreter::create(std::move(*CI)); in operator ()() local
203 std::unique_ptr<clang::Interpreter> Interp; main() local
[all...]
/llvm-project/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp115 std::unique_ptr<Interpreter> Interp = createInterpreter(); in TEST() local
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp310 auto Interp = create() local
338 auto Interp = Interpreter::create(std::move(CI)); createWithCUDA() local
711 Interpreter &Interp; global() member in __anonc72424640411::InProcessRuntimeInterfaceBuilder
716 InProcessRuntimeInterfaceBuilder(Interpreter & Interp,ASTContext & C,Sema & S) InProcessRuntimeInterfaceBuilder() argument
822 createInProcessRuntimeInterfaceBuilder(Interpreter & Interp,ASTContext & Ctx,Sema & S) createInProcessRuntimeInterfaceBuilder() argument
[all...]
H A DIncrementalParser.cpp35 Interpreter &Interp; global() member in clang::IncrementalASTConsumer
202 IncrementalParser(Interpreter & Interp,std::unique_ptr<CompilerInstance> Instance,llvm::LLVMContext & LLVMCtx,llvm::Error & Err) IncrementalParser() argument
H A DValue.cpp133 Interpreter &Interp = getInterpreter(); in Value() local
H A DDeviceOffload.cpp27 IncrementalCUDADeviceParser(Interpreter & Interp,std::unique_ptr<CompilerInstance> Instance,IncrementalParser & HostParser,llvm::LLVMContext & LLVMCtx,llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS,llvm::Error & Err) IncrementalCUDADeviceParser() argument
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp127 DWARFLocationInterpreter Interp( dumpLocationList() local
174 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); visitAbsoluteLocationList() local
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule() local