Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h95 std::unique_ptr<RuntimeInterfaceBuilder> RuntimeIB; global() variable
/llvm-project/clang/unittests/Interpreter/
H A DInterpreterExtensionsTest.cpp97 auto RuntimeIB = std::make_unique<NoopRuntimeInterfaceBuilder>(S); FindRuntimeInterface() local