Lines Matching defs:m_help
207 m_help.SetCurrentValue(option_str);
208 m_help.SetOptionWasSet();
224 m_help.Clear();
228 OptionValueString m_help;
489 if (m_command_options.m_help.OptionWasSet())
490 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
587 if (m_command_options.m_help.OptionWasSet())
588 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
997 m_help.assign(std::string(option_arg));
1010 m_help.clear();
1018 llvm::StringRef GetHelp() { return m_help; }
1025 std::string m_help;