Searched defs:IsRemovable (Results 1 – 5 of 5) sorted by relevance
| /external/lldb/include/lldb/Interpreter/ | ||
| D | CommandObjectMultiword.h | 83 IsRemovable() const { return m_can_be_removed; } in IsRemovable() function |
| D | CommandObject.h | 129 IsRemovable () const { return false; } in IsRemovable() function |
| /external/lldb/source/API/ | ||
| D | SBCommandInterpreter.cpp | 45 IsRemovable() const { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation |
| /external/lldb/source/Commands/ | ||
| D | CommandObjectMultiword.cpp | 365 CommandObjectProxy::IsRemovable() const in IsRemovable() function in CommandObjectProxy |
| D | CommandObjectCommands.cpp | 1281 IsRemovable () const in IsRemovable() function in CommandObjectPythonFunction |