Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h129 virtual std::unique_ptr<RuntimeInterfaceBuilder> FindRuntimeInterface();
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp584 std::unique_ptr<RuntimeInterfaceBuilder> Interpreter::FindRuntimeInterface() { in FindRuntimeInterface() function in Interpreter
846 RuntimeIB = FindRuntimeInterface(); in SynthesizeExpr()