Home
last modified time | relevance | path

Searched defs:GetAsMultiwordCommand (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h33 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
DCommandObject.h148 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } in GetAsMultiwordCommand() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp307 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand() function in CommandObjectProxy