Searched defs:IsRemovable (Results 1 – 6 of 6) sorted by relevance
31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
336 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy
1090 bool IsRemovable() const override { return true; } IsRemovable() function in CommandObjectPythonFunction 1180 bool IsRemovable() const override { return true; } IsRemovable() function in CommandObjectScriptingObject
64 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function
144 virtual bool IsRemovable() const { return false; } in IsRemovable() function
58 bool IsRemovable() const override { return true; } IsRemovable() function in lldb_private::CommandPluginInterfaceImplementation