Home
last modified time | relevance | path

Searched refs:GetAsMultiwordCommand (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h33 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
95 CommandObjectMultiword *GetAsMultiwordCommand() override;
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
310 return proxy_command->GetAsMultiwordCommand(); in GetAsMultiwordCommand()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2695 CommandObjectMultiword *cmd_multiword = cmd_obj->GetAsMultiwordCommand(); in FindCommandsForApropos()