Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp565 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsRemove()
658 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsReplace()
751 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsInsertBefore()
844 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsInsertAfter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h271 …{ lldb::eArgTypeSettingIndex, "setting-index", lldb::CompletionType::eNoCompletion, {}, { nullptr,…
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h618 eArgTypeSettingIndex, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst850 .. py:data:: eArgTypeSettingIndex
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78155 {SWIG_LUA_CONSTTAB_INT("eArgTypeSettingIndex", lldb::eArgTypeSettingIndex)},