Searched defs:IsRemovable (Results 1 – 6 of 6) sorted by relevance
31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
351 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy
1056 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction1151 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObjectRaw2074 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObjectParsed
64 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function
145 virtual bool IsRemovable() const { return false; } in IsRemovable() function
59 bool IsRemovable() const override { return true; } in IsRemovable() function in lldb_private::CommandPluginInterfaceImplementation