Searched defs:IsRemovable (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/include/lldb/Interpreter/ | ||
D | CommandObjectMultiword.h | 60 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function |
D | CommandObject.h | 144 virtual bool IsRemovable() const { return false; } in IsRemovable() function |
/external/llvm-project/lldb/source/Commands/ | ||
D | CommandObjectRegexCommand.h | 31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function |
D | CommandObjectMultiword.cpp | 292 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy |
D | CommandObjectCommands.cpp | 1080 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction |
/external/llvm-project/lldb/source/API/ | ||
D | SBCommandInterpreter.cpp | 52 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation |