Home
last modified time | relevance | path

Searched refs:m_did_set_help_long (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp87 m_did_set_help_long(false) { in CommandAlias()
233 m_did_set_help_long = true; in SetHelpLong()
245 if (!m_cmd_help_long.empty() || m_did_set_help_long) in GetHelpLong()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h80 bool m_did_set_help_long : 1; variable