Lines Matching refs:CommandObject

28     : CommandObject(interpreter, name, help, syntax, flags),  in CommandObjectMultiword()
36 CommandObject::CommandMap::iterator pos; in GetSubcommandSP()
66 CommandObject *
95 this->CommandObject::GenerateHelpText(result); in Execute()
104 this->CommandObject::GenerateHelpText(result); in Execute()
116 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
157 CommandObject::GenerateHelpText(output_stream); in GenerateHelpText()
201 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches); in HandleCompletion()
216 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches); in HandleCompletion()
236 CommandObject *sub_command_object = in GetRepeatCommand()
247 CommandObject::CommandMap::const_iterator pos; in AproposAllSubCommands()
251 CommandObject *sub_cmd_obj = pos->second.get(); in AproposAllSubCommands()
271 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObjectProxy()
276 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
283 const CommandObject *proxy_command = in IsRemovable()
291 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
298 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
305 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
313 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
319 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
321 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
331 CommandObject *proxy_command = GetProxyCommandObject(); in AproposAllSubCommands()
339 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
346 CommandObject *proxy_command = GetProxyCommandObject(); in WantsRawCommandString()
353 CommandObject *proxy_command = GetProxyCommandObject(); in WantsCompletion()
360 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
367 CommandObject *proxy_command = GetProxyCommandObject(); in HandleCompletion()
375 CommandObject *proxy_command = GetProxyCommandObject(); in HandleArgumentCompletion()
383 CommandObject *proxy_command = GetProxyCommandObject(); in GetRepeatCommand()
391 CommandObject *proxy_command = GetProxyCommandObject(); in Execute()