Lines Matching defs:m_help
207 m_help.SetCurrentValue(option_str);
208 m_help.SetOptionWasSet();
224 m_help.Clear();
228 OptionValueString m_help;
483 if (m_command_options.m_help.OptionWasSet())
484 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
581 if (m_command_options.m_help.OptionWasSet())
582 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
990 m_help.assign(std::string(option_arg));
1003 m_help.clear();
1011 llvm::StringRef GetHelp() { return m_help; }
1018 std::string m_help;