Searched defs:GetAsMultiwordCommand (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | CommandObjectMultiword.h | 34 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function |
H A D | CommandObject.h | 152 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } GetAsMultiwordCommand() function |
/llvm-project/lldb/source/Commands/ | ||
H A D | CommandObjectMultiword.cpp | 351 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { GetAsMultiwordCommand() function in CommandObjectProxy |