Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSettings.cpp575 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsRemove()
671 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsReplace()
767 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsInsertBefore()
863 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsInsertAfter()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h286 …{ lldb::eArgTypeSettingIndex, "setting-index", CommandCompletions::eNoCompletion, {}, { nullptr, f…
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h576 eArgTypeSettingIndex, enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst849 .. py:data:: eArgTypeSettingIndex