Searched defs:IsRemovable (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h83 IsRemovable() const { return m_can_be_removed; } function in class:lldb_private::CommandObjectMultiword
119 IsRemovable() const;
H A DCommandObject.h129 IsRemovable () const { return false; } function in class:lldb_private::CommandObject
/external/lldb/source/Commands/
H A DCommandObjectMultiword.cpp365 CommandObjectProxy::IsRemovable() const function in class:CommandObjectProxy
369 return proxy_command->IsRemovable();
H A DCommandObjectCommands.cpp1281 IsRemovable () const function in class:CommandObjectPythonFunction
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp45 IsRemovable() const { return true; } function in class:CommandPluginInterfaceImplementation

Completed in 160 milliseconds