Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp84 m_did_set_help_long(false) { in CommandAlias()
229 m_did_set_help_long = true; in SetHelpLong()
241 if (!m_cmd_help_long.empty() || m_did_set_help_long) in GetHelpLong()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandAlias.h81 bool m_did_set_help_long : 1; variable