Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h60 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function
91 bool IsRemovable() const override;
DCommandObject.h144 virtual bool IsRemovable() const { return false; } in IsRemovable() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegexCommand.h31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
DCommandObjectMultiword.cpp292 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy
296 return proxy_command->IsRemovable(); in IsRemovable()
DCommandObjectCommands.cpp654 if (cmd_obj->IsRemovable()) { in DoExecute()
719 if (ent.second->IsRemovable()) in HandleArgumentCompletion()
1080 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction
1153 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObject
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1004 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()
1025 if (!m_command_dict[std::string(name)]->IsRemovable()) in AddUserCommand()
1032 if (!m_user_dict[std::string(name)]->IsRemovable()) in AddUserCommand()
1195 if (pos->second->IsRemovable()) { in RemoveCommand()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp52 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation