Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h33 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
95 CommandObjectMultiword *GetAsMultiwordCommand() override;
H A DCommandObject.h148 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } in GetAsMultiwordCommand() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp305 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand() function in CommandObjectProxy
308 return proxy_command->GetAsMultiwordCommand(); in GetAsMultiwordCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2697 CommandObjectMultiword *cmd_multiword = cmd_obj->GetAsMultiwordCommand(); in FindCommandsForApropos()