reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86460   SWIG_Python_SetConstant(d, "eArgTypeSettingIndex",SWIG_From_int(static_cast< int >(lldb::eArgTypeSettingIndex)));
tools/lldb/source/Commands/CommandObjectSettings.cpp
  585     index_arg.arg_type = eArgTypeSettingIndex;
  684     index_arg.arg_type = eArgTypeSettingIndex;
  782     index_arg.arg_type = eArgTypeSettingIndex;
  881     index_arg.arg_type = eArgTypeSettingIndex;
tools/lldb/source/Interpreter/CommandObject.cpp
 1083     { eArgTypeSettingIndex, "setting-index", CommandCompletions::eNoCompletion, { nullptr, false }, "An index into a settings variable that is an array (try 'settings list' to see all the possible settings variables and their types)." },