Searched defs:IsRemovable (Results 1 – 6 of 6) sorted by relevance
64 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function
144 virtual bool IsRemovable() const { return false; } in IsRemovable() function
31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
337 bool CommandObjectProxy::IsRemovable() const { IsRemovable() function in CommandObjectProxy
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
59 bool IsRemovable() const override { return true; } in IsRemovable() function in lldb_private::CommandPluginInterfaceImplementation