Lines Matching refs:CommandObjectMultiword
19 CommandObjectMultiword::CommandObjectMultiword(CommandInterpreter &interpreter, in CommandObjectMultiword() function in CommandObjectMultiword
27 CommandObjectMultiword::~CommandObjectMultiword() = default;
29 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP()
63 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
68 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand()
86 bool CommandObjectMultiword::Execute(const char *args_string, in Execute()
149 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText()
180 void CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
218 const char *CommandObjectMultiword::GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand()
230 void CommandObjectMultiword::AproposAllSubCommands(llvm::StringRef prefix, in AproposAllSubCommands()
305 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand()