Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp237 if (!m_cmd_help_short.empty() || m_did_set_help) in GetHelp()
238 return m_cmd_help_short; in GetHelp()
H A DCommandObject.cpp49 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h403 std::string m_cmd_help_short; variable