Lines Matching refs:CommandObject
25 : CommandObject(interpreter, name, help, syntax, flags), in CommandObjectMultiword()
54 CommandObject::CommandMap::iterator pos; in GetSubcommandSP()
75 CommandObject *
167 this->CommandObject::GenerateHelpText(result); in Execute()
184 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
223 CommandObject::GenerateHelpText(output_stream); in GenerateHelpText()
262 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches); in HandleCompletion()
275 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches); in HandleCompletion()
294 CommandObject *sub_command_object = in GetRepeatCommand()
304 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObjectProxy()
309 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
312 return CommandObject::GetOptions(); in GetOptions()
316 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
319 return CommandObject::GetHelp(); in GetHelp()
323 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
326 return CommandObject::GetSyntax(); in GetSyntax()
330 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
333 return CommandObject::GetHelpLong(); in GetHelpLong()
337 const CommandObject *proxy_command = in IsRemovable()
345 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
352 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
359 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
363 CommandObject::GenerateHelpText(result); in GenerateHelpText()
369 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
375 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
377 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
385 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
392 CommandObject *proxy_command = GetProxyCommandObject(); in WantsRawCommandString()
399 CommandObject *proxy_command = GetProxyCommandObject(); in WantsCompletion()
406 CommandObject *proxy_command = GetProxyCommandObject(); in HandleCompletion()
413 CommandObject *proxy_command = GetProxyCommandObject(); in HandleArgumentCompletion()
421 CommandObject *proxy_command = GetProxyCommandObject(); in GetRepeatCommand()
433 if (CommandObject *proxy_command = GetProxyCommandObject()) in Execute()