Searched defs:IsMultiwordObject (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | CommandObjectMultiword.h | 32 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function |
H A D | CommandObject.h | 146 virtual bool IsMultiwordObject() { return false; } IsMultiwordObject() function |
/llvm-project/lldb/source/Commands/ | ||
H A D | CommandObjectMultiword.cpp | 344 bool CommandObjectProxy::IsMultiwordObject() { IsMultiwordObject() function in CommandObjectProxy |