Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp191 CommandOptions() : OptionGroup(), m_help(), m_long_help() {} in CommandOptions()
213 m_long_help.SetCurrentValue(option_str); in SetOptionValue()
214 m_long_help.SetOptionWasSet(); in SetOptionValue()
226 m_long_help.Clear(); in OptionParsingStarting()
230 OptionValueString m_long_help; member in CommandObjectCommandsAlias::CommandOptions
478 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
479 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
580 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
581 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()