Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Interpreter/
H A DInterpreterExtensionsTest.cpp94 std::unique_ptr<RuntimeInterfaceBuilder> FindRuntimeInterface() override { FindRuntimeInterface() function in __anona675b6500111::RecordRuntimeIBMetrics
105 TEST_F(InterpreterExtensionsTest,FindRuntimeInterface) TEST_F() argument
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp584 std::unique_ptr<RuntimeInterfaceBuilder> Interpreter::FindRuntimeInterface() { FindRuntimeInterface() function in Interpreter