Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp85 m_is_dashdash_alias(eLazyBoolCalculate), m_did_set_help(false), in CommandAlias()
224 m_did_set_help = true; in SetHelp()
233 if (!m_cmd_help_short.empty() || m_did_set_help) in GetHelp()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandAlias.h79 bool m_did_set_help : 1; variable