Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h33 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
H A DCommandObject.h150 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } in GetAsMultiwordCommand() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp356 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand() function in CommandObjectProxy