Lines Matching refs:StringList
920 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString()
921 StringList &descriptions) { in GetCommandNamesMatchingPartialString()
992 bool exact, StringList *matches, in GetCommandSP()
993 StringList *descriptions) const { in GetCommandSP()
1028 StringList local_matches; in GetCommandSP()
1230 StringList *matches, in GetCommandObject()
1231 StringList *descriptions) const { in GetCommandObject()
1265 llvm::StringRef cmd, StringList *matches, StringList *descriptions) const { in GetUserCommandObject()
1291 StringList tmp_list; in GetUserCommandObject()
1292 StringList *matches_ptr = matches ? matches : &tmp_list; in GetUserCommandObject()
1312 StringList matches; in GetAliasFullName()
1318 StringList regular_matches; in GetAliasFullName()
2055 StringList new_matches, descriptions; in HandleCompletionMatches()
2062 StringList new_matches, new_descriptions; in HandleCompletionMatches()
2522 CommandInterpreter::HandleCommands(const StringList &commands, in HandleCommands()
2532 void CommandInterpreter::HandleCommands(const StringList &commands, in HandleCommands()
2923 llvm::StringRef search_word, StringList &commands_found, in FindCommandsForApropos()
2924 StringList &commands_help, const CommandObject::CommandMap &command_map) { in FindCommandsForApropos()
2942 StringList subcommands_found; in FindCommandsForApropos()
2955 StringList &commands_found, in FindCommandsForApropos()
2956 StringList &commands_help, in FindCommandsForApropos()
3382 StringList matches; in ResolveCommandImpl()