Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObjectMultiword.h83 IsRemovable() const { return m_can_be_removed; } in IsRemovable() function
119 IsRemovable() const;
HDCommandObjectRegexCommand.h44 IsRemovable () const override { return m_is_removable; } in IsRemovable() function
HDCommandObject.h132 IsRemovable () const { return false; } in IsRemovable() function
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp368 CommandObjectProxy::IsRemovable() const in IsRemovable() function in CommandObjectProxy
372 return proxy_command->IsRemovable(); in IsRemovable()
HDCommandObjectCommands.cpp842 if (cmd_obj->IsRemovable()) in DoExecute()
1372 IsRemovable () const in IsRemovable() function in CommandObjectPythonFunction
1479 IsRemovable () const in IsRemovable() function in CommandObjectScriptingObject
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp875 if (found && m_command_dict[name_sstr]->IsRemovable() == false) in AddCommand()
898 if (m_command_dict[name]->IsRemovable() == false) in AddUserCommand()
906 if (m_user_dict[name]->IsRemovable() == false) in AddUserCommand()
1127 if (pos->second->IsRemovable()) in RemoveCommand()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp139 IsRemovable() const { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation