Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h337 void SetREPLLanguage(lldb::LanguageType repl_lang);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h283 bool SetREPLLanguage(lldb::LanguageType repl_lang);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1429 void SBDebugger::SetREPLLanguage(LanguageType repl_lang) { in SetREPLLanguage() argument
1430 LLDB_INSTRUMENT_VA(this, repl_lang); in SetREPLLanguage()
1433 m_opaque_sp->SetREPLLanguage(repl_lang); in SetREPLLanguage()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp346 bool Debugger::SetREPLLanguage(lldb::LanguageType repl_lang) { in SetREPLLanguage() argument
348 return m_collection_sp->SetPropertyAtIndexAsLanguage(nullptr, idx, repl_lang); in SetREPLLanguage()