Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h34 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
101 CommandObjectMultiword *GetAsMultiwordCommand() override;
H A DCommandObject.h153 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } in GetAsMultiwordCommand() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp366 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand() function in CommandObjectProxy
369 return proxy_command->GetAsMultiwordCommand(); in GetAsMultiwordCommand()
H A DCommandObjectCommands.cpp2649 if (cmd_sp->GetAsMultiwordCommand() && num_args == 1) { in DoExecute()
2820 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()
2911 if (!cmd_sp->GetAsMultiwordCommand()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp608 new_command_sp->GetAsMultiwordCommand()->SetRemovable(true); in AddMultiwordCommand()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp982 CommandObjectMultiword *cmd_as_multi = cmd_sp->GetAsMultiwordCommand(); in VerifyUserMultiwordCmdPath()
1171 lang_subcmd = lang_subcmd_sp->GetAsMultiwordCommand(); in GetCommandSP()
3110 if (auto *multiword_cmd = cmd_obj->GetAsMultiwordCommand()) { in FindCommandsForApropos()