Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1017 auto pos = m_user_mw_dict.find(cmd); in GetCommandSP()
1018 if (pos != m_user_mw_dict.end()) in GetCommandSP()
1088 auto pos = m_user_mw_dict.find(cmd); in GetCommandSP()
1089 if (pos != m_user_mw_dict.end()) in GetCommandSP()
1343 return m_user_mw_dict.find(std::string(cmd)) != m_user_mw_dict.end(); in UserMultiwordCommandExists()
1400 if (pos != m_user_mw_dict.end()) { in RemoveUserMultiword()
1401 m_user_mw_dict.erase(pos); in RemoveUserMultiword()
1462 if (!m_user_mw_dict.empty() && in GetHelp()
1467 for (pos = m_user_mw_dict.begin(); pos != m_user_mw_dict.end(); ++pos) { in GetHelp()
2166 return (!m_user_mw_dict.empty()); in HasUserMultiwordCommands()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h337 void RemoveAllUserMultiword() { m_user_mw_dict.clear(); } in RemoveAllUserMultiword()
584 return m_user_mw_dict; in GetUserMultiwordCommands()
721 m_user_mw_dict; // Stores user-defined multiword commands variable