Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp86 m_did_set_help_long(false) { in CommandAlias()
232 m_did_set_help_long = true; in SetHelpLong()
244 if (!m_cmd_help_long.empty() || m_did_set_help_long) in GetHelpLong()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandAlias.h80 bool m_did_set_help_long : 1; variable