Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h33 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
98 CommandObjectMultiword *GetAsMultiwordCommand() override;
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
359 return proxy_command->GetAsMultiwordCommand(); in GetAsMultiwordCommand()
H A DCommandObjectCommands.cpp1737 if (cmd_sp->GetAsMultiwordCommand() && num_args == 1) { in DoExecute()
1921 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()
2026 if (!cmd_sp->GetAsMultiwordCommand()) { in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp545 new_command_sp->GetAsMultiwordCommand()->SetRemovable(true); in AddMultiwordCommand()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp932 CommandObjectMultiword *cmd_as_multi = cmd_sp->GetAsMultiwordCommand(); in VerifyUserMultiwordCmdPath()
2893 if (auto *multiword_cmd = cmd_obj->GetAsMultiwordCommand()) { in FindCommandsForApropos()