Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h64 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function
97 bool IsRemovable() const override;
H A DCommandObject.h145 virtual bool IsRemovable() const { return false; } in IsRemovable() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
H A DCommandObjectMultiword.cpp351 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy
355 return proxy_command->IsRemovable(); in IsRemovable()
H A DCommandObjectCommands.cpp649 if (cmd_obj->IsRemovable()) { in DoExecute()
699 if (ent.second->IsRemovable()) in HandleArgumentCompletion()
1056 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction
1151 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObjectRaw
2074 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObjectParsed
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp59 bool IsRemovable() const override { return true; } in IsRemovable() function in lldb_private::CommandPluginInterfaceImplementation
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1214 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()
1251 if (!m_user_mw_dict[std::string(name)]->IsRemovable()) { in AddUserCommand()
1257 if (!m_user_dict[std::string(name)]->IsRemovable()) { in AddUserCommand()
1473 if (force || pos->second->IsRemovable()) { in RemoveCommand()