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

Declarations

tools/lldb/include/lldb/Interpreter/OptionValueString.h
  114   Status SetCurrentValue(llvm::StringRef value);

References

tools/lldb/include/lldb/Interpreter/OptionValueString.h
  103     SetCurrentValue(llvm::StringRef::withNullAsEmpty(value));
tools/lldb/source/Commands/CommandObjectCommands.cpp
  359         m_help.SetCurrentValue(option_str);
  364         m_long_help.SetCurrentValue(option_str);
tools/lldb/source/Commands/CommandObjectType.cpp
  974         m_category_regex.SetCurrentValue(option_arg);
tools/lldb/source/Interpreter/OptionGroupVariable.cpp
  106     error = summary.SetCurrentValue(option_arg);
  109     error = summary_string.SetCurrentValue(option_arg);
tools/lldb/source/Interpreter/OptionValue.cpp
  417     option_value->SetCurrentValue(new_value);
tools/lldb/source/Interpreter/OptionValueString.cpp
  113       SetCurrentValue(value_str);