Lines Matching refs:CommandObject
24 : CommandObject(interpreter, name, help, syntax, flags), in CommandObjectMultiword()
32 CommandObject::CommandMap::iterator pos; in GetSubcommandSP()
62 CommandObject *
91 this->CommandObject::GenerateHelpText(result); in Execute()
102 this->CommandObject::GenerateHelpText(result); in Execute()
113 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
153 CommandObject::GenerateHelpText(output_stream); in GenerateHelpText()
192 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches); in HandleCompletion()
205 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches); in HandleCompletion()
223 CommandObject *sub_command_object = in GetRepeatCommand()
234 CommandObject::CommandMap::const_iterator pos; in AproposAllSubCommands()
238 CommandObject *sub_cmd_obj = pos->second.get(); in AproposAllSubCommands()
258 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObjectProxy()
263 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
266 return CommandObject::GetOptions(); in GetOptions()
270 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
273 return CommandObject::GetHelp(); in GetHelp()
277 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
280 return CommandObject::GetSyntax(); in GetSyntax()
284 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
287 return CommandObject::GetHelpLong(); in GetHelpLong()
291 const CommandObject *proxy_command = in IsRemovable()
299 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
306 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
313 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
317 CommandObject::GenerateHelpText(result); in GenerateHelpText()
323 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
329 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
331 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
341 CommandObject *proxy_command = GetProxyCommandObject(); in AproposAllSubCommands()
349 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
356 CommandObject *proxy_command = GetProxyCommandObject(); in WantsRawCommandString()
363 CommandObject *proxy_command = GetProxyCommandObject(); in WantsCompletion()
370 CommandObject *proxy_command = GetProxyCommandObject(); in HandleCompletion()
377 CommandObject *proxy_command = GetProxyCommandObject(); in HandleArgumentCompletion()
384 CommandObject *proxy_command = GetProxyCommandObject(); in GetRepeatCommand()
396 CommandObject *proxy_command = GetProxyCommandObject(); in Execute()