Searched refs:IsRemovable (Results 1 – 7 of 7) sorted by relevance
64 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function 97 bool IsRemovable() const override;
146 virtual bool IsRemovable() const { return false; } in IsMultiwordObject() 144 virtual bool IsRemovable() const { return false; } IsRemovable() function
31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
351 bool CommandObjectProxy::IsRemovable() const { in GetAsMultiwordCommand() 355 return proxy_command->IsRemovable(); in GetAsMultiwordCommand() 336 bool CommandObjectProxy::IsRemovable() const { IsRemovable() function in CommandObjectProxy
648 if (cmd_obj->IsRemovable()) { in DoExecute() 698 if (ent.second->IsRemovable()) in DoExecute() 1053 bool IsRemovable() const override { return true; } in GetHelpLong() 1148 bool IsRemovable() const override { return true; } in GetRepeatCommand() 2072 bool IsRemovable() const override { return true; } in SetOptionValue() 1046 bool IsRemovable() const override { return true; } IsRemovable() function in CommandObjectPythonFunction 1141 bool IsRemovable() const override { return true; } IsRemovable() function in CommandObjectScriptingObjectRaw 1837 bool IsRemovable() const override { return true; } IsRemovable() function in CommandObjectScriptingObjectParsed
1159 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand() 1196 if (!m_user_mw_dict[std::string(name)]->IsRemovable()) { in AddUserCommand() 1202 if (!m_user_dict[std::string(name)]->IsRemovable()) { in AddUserCommand() 1418 if (force || pos->second->IsRemovable()) { in GetHelp()
59 bool IsRemovable() const override { return true; } in IsRemovable() function in lldb_private::CommandPluginInterfaceImplementation