Home
last modified time | relevance | path

Searched defs:CreateExecutor (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/Interpreter/
H A DInterpreterExtensionsTest.cpp135 llvm::Error CreateExecutor() { return Interpreter::CreateExecutor(); } CreateExecutor() function in __anona675b6500111::CustomJBInterpreter
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp417 llvm::Error Interpreter::CreateExecutor() { CreateExecutor() function in Interpreter