Lines Matching refs:CommandObject
25 : CommandObject(interpreter, name, help, syntax, flags),
54 CommandObject::CommandMap::iterator pos;
75 CommandObject *
85 "tried to add a CommandObject from a different interpreter");
104 "tried to add a CommandObject from a different interpreter");
167 this->CommandObject::GenerateHelpText(result);
184 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches);
186 // Now call CommandObject::Execute to process options in `rest_of_line`.
223 CommandObject::GenerateHelpText(output_stream);
262 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches);
275 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches);
294 CommandObject *sub_command_object =
304 : CommandObject(interpreter, name, help, syntax, flags) {}
309 CommandObject *proxy_command = GetProxyCommandObject();
312 return CommandObject::GetOptions();
316 CommandObject *proxy_command = GetProxyCommandObject();
319 return CommandObject::GetHelp();
323 CommandObject *proxy_command = GetProxyCommandObject();
326 return CommandObject::GetSyntax();
330 CommandObject *proxy_command = GetProxyCommandObject();
333 return CommandObject::GetHelpLong();
337 const CommandObject *proxy_command =
345 CommandObject *proxy_command = GetProxyCommandObject();
352 CommandObject *proxy_command = GetProxyCommandObject();
359 CommandObject *proxy_command = GetProxyCommandObject();
363 CommandObject::GenerateHelpText(result);
369 CommandObject *proxy_command = GetProxyCommandObject();
375 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd,
377 CommandObject *proxy_command = GetProxyCommandObject();
385 CommandObject *proxy_command = GetProxyCommandObject();
392 CommandObject *proxy_command = GetProxyCommandObject();
399 CommandObject *proxy_command = GetProxyCommandObject();
406 CommandObject *proxy_command = GetProxyCommandObject();
413 CommandObject *proxy_command = GetProxyCommandObject();
421 CommandObject *proxy_command = GetProxyCommandObject();
433 if (CommandObject *proxy_command = GetProxyCommandObject())