Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1066 auto pos = m_user_dict.find(cmd); in GetCommandSP()
1067 if (pos != m_user_dict.end()) in GetCommandSP()
1121 num_user_matches = AddNamesMatchingPartialString(m_user_dict, cmd_str, in GetCommandSP()
1129 auto pos = m_user_dict.find(cmd); in GetCommandSP()
1130 if (pos != m_user_dict.end()) in GetCommandSP()
1257 if (!m_user_dict[std::string(name)]->IsRemovable()) { in AddUserCommand()
1270 m_user_dict[std::string(name)] = cmd_sp; in AddUserCommand()
1434 return m_user_dict.find(cmd) != m_user_dict.end(); in UserCommandExists()
1484 CommandObject::CommandMap::iterator pos = m_user_dict.find(user_name); in RemoveUser()
1485 if (pos != m_user_dict.end()) { in RemoveUser()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h363 void RemoveAllUser() { m_user_dict.clear(); } in RemoveAllUser()
608 return m_user_dict; in GetUserCommands()
767 CommandObject::CommandMap m_user_dict; // Stores user-defined commands variable