Home
last modified time | relevance | path

Searched refs:SetPropertyAtIndexAsLanguage (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h119 bool SetPropertyAtIndexAsLanguage(const ExecutionContext *exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp229 bool OptionValueProperties::SetPropertyAtIndexAsLanguage( in SetPropertyAtIndexAsLanguage() function in OptionValueProperties
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp348 return m_collection_sp->SetPropertyAtIndexAsLanguage(nullptr, idx, repl_lang); in SetREPLLanguage()