Searched refs:IsRemovable (Results 1 – 7 of 7) sorted by relevance
64 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function95 bool IsRemovable() const override;
144 virtual bool IsRemovable() const { return false; } in IsRemovable() function
31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
336 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy340 return proxy_command->IsRemovable(); in IsRemovable()
642 if (cmd_obj->IsRemovable()) { in DoExecute()692 if (ent.second->IsRemovable()) in HandleArgumentCompletion()1046 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction1141 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObjectRaw1837 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObjectParsed
1158 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()1194 if (!m_user_mw_dict[std::string(name)]->IsRemovable()) { in AddUserCommand()1200 if (!m_user_dict[std::string(name)]->IsRemovable()) { in AddUserCommand()1383 if (force || pos->second->IsRemovable()) { in RemoveCommand()
59 bool IsRemovable() const override { return true; } in IsRemovable() function in lldb_private::CommandPluginInterfaceImplementation