Home
last modified time | relevance | path

Searched defs:IsRemovable (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h63 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function
H A DCommandObject.h142 virtual bool IsRemovable() const { return false; } in IsRemovable() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegexCommand.h31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
H A DCommandObjectMultiword.cpp341 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy
H A DCommandObjectCommands.cpp1094 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction
1166 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObject
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp56 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation