Searched refs:m_cmd_help_short (Results 1 – 3 of 3) sorted by relevance
237 if (!m_cmd_help_short.empty() || m_did_set_help) in GetHelp() 238 return m_cmd_help_short; in GetHelp()
49 m_cmd_help_short = std::string(help); in CommandObject()55 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp()89 m_cmd_help_short = std::string(str); in SetHelp()
403 std::string m_cmd_help_short; variable