Lines Matching refs:CommandObject

24     : CommandObject(interpreter, name, help, syntax, flags),  in CommandObjectMultiword()
53 CommandObject::CommandMap::iterator pos; in GetSubcommandSP()
74 CommandObject *
166 this->CommandObject::GenerateHelpText(result); in Execute()
177 this->CommandObject::GenerateHelpText(result); in Execute()
188 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
228 CommandObject::GenerateHelpText(output_stream); in GenerateHelpText()
267 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches); in HandleCompletion()
280 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches); in HandleCompletion()
299 CommandObject *sub_command_object = in GetRepeatCommand()
309 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObjectProxy()
314 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
317 return CommandObject::GetOptions(); in GetOptions()
321 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
324 return CommandObject::GetHelp(); in GetHelp()
328 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
331 return CommandObject::GetSyntax(); in GetSyntax()
335 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
338 return CommandObject::GetHelpLong(); in GetHelpLong()
342 const CommandObject *proxy_command = in IsRemovable()
350 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
357 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
364 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
368 CommandObject::GenerateHelpText(result); in GenerateHelpText()
374 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
380 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
382 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
390 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
397 CommandObject *proxy_command = GetProxyCommandObject(); in WantsRawCommandString()
404 CommandObject *proxy_command = GetProxyCommandObject(); in WantsCompletion()
411 CommandObject *proxy_command = GetProxyCommandObject(); in HandleCompletion()
418 CommandObject *proxy_command = GetProxyCommandObject(); in HandleArgumentCompletion()
426 CommandObject *proxy_command = GetProxyCommandObject(); in GetRepeatCommand()
438 CommandObject *proxy_command = GetProxyCommandObject(); in Execute()