Searched refs:m_cmd_help_short (Results 1 – 3 of 3) sorted by relevance
236 if (!m_cmd_help_short.empty() || m_did_set_help) in GetHelp()237 return m_cmd_help_short; in GetHelp()
48 m_cmd_help_short = std::string(help); in CommandObject()54 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp()88 m_cmd_help_short = std::string(str); in SetHelp()
412 std::string m_cmd_help_short; variable