reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 Status SetCurrentValue(llvm::StringRef value);
103 SetCurrentValue(llvm::StringRef::withNullAsEmpty(value));
tools/lldb/source/Commands/CommandObjectCommands.cpp359 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.cpp106 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);