Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h36 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
94 CommandObjectMultiword *GetAsMultiwordCommand() override;
H A DCommandObject.h147 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } in GetAsMultiwordCommand() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp297 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand() function in CommandObjectProxy
300 return proxy_command->GetAsMultiwordCommand(); in GetAsMultiwordCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2638 CommandObjectMultiword *cmd_multiword = cmd_obj->GetAsMultiwordCommand(); in FindCommandsForApropos()