Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp85 m_is_dashdash_alias(eLazyBoolCalculate), m_did_set_help(false), in CommandAlias()
227 m_did_set_help = true; in SetHelp()
236 if (!m_cmd_help_short.empty() || m_did_set_help) in GetHelp()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandAlias.h79 bool m_did_set_help : 1; variable