Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h117 bool SetPropertyAtIndexAsLanguage(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp229 bool OptionValueProperties::SetPropertyAtIndexAsLanguage( in SetPropertyAtIndexAsLanguage() function in OptionValueProperties
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp341 return m_collection_sp->SetPropertyAtIndexAsLanguage(nullptr, idx, repl_lang); in SetREPLLanguage()