Home
last modified time | relevance | path

Searched refs:IsRemovable (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h63 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function
90 bool IsRemovable() const override;
H A DCommandObjectRegexCommand.h34 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
H A DCommandObject.h143 virtual bool IsRemovable() const { return false; } in IsRemovable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp282 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy
286 return proxy_command->IsRemovable(); in IsRemovable()
H A DCommandObjectCommands.cpp820 if (cmd_obj->IsRemovable()) { in DoExecute()
1252 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction
1326 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObject
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp971 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()
992 if (!m_command_dict[name]->IsRemovable()) in AddUserCommand()
999 if (!m_user_dict[name]->IsRemovable()) in AddUserCommand()
1160 if (pos->second->IsRemovable()) { in RemoveCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp115 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation