Home
last modified time | relevance | path

Searched refs:is_repl (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp455 SBCommandReturnObject &result, bool is_repl) { in SourceInitFileInHomeDirectory() argument
456 LLDB_INSTRUMENT_VA(this, result, is_repl); in SourceInitFileInHomeDirectory()
464 m_opaque_ptr->SourceInitFileHome(result.ref(), is_repl); in SourceInitFileInHomeDirectory()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h154 bool is_repl);
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h264 void SourceInitFileHome(CommandReturnObject &result, bool is_repl);
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2415 bool is_repl) { in SourceInitFileHome() argument
2423 if (is_repl) in SourceInitFileHome()