Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h83 IsRemovable() const { return m_can_be_removed; } in IsRemovable() function
DCommandObject.h129 IsRemovable () const { return false; } in IsRemovable() function
/external/lldb/source/API/
DSBCommandInterpreter.cpp45 IsRemovable() const { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation
/external/lldb/source/Commands/
DCommandObjectMultiword.cpp365 CommandObjectProxy::IsRemovable() const in IsRemovable() function in CommandObjectProxy
DCommandObjectCommands.cpp1281 IsRemovable () const in IsRemovable() function in CommandObjectPythonFunction