Lines Matching refs:GetArgumentAtIndex
999 const char *cur_name = path.GetArgumentAtIndex(0); in VerifyUserMultiwordCmdPath()
1009 cur_name = path.GetArgumentAtIndex(cursor); in VerifyUserMultiwordCmdPath()
1231 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1246 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetCommandSPExact()
1645 (alias_name_str != cmd_args.GetArgumentAtIndex(0))) in BuildAliasResult()
1703 strlen(cmd_args.GetArgumentAtIndex(index)) + len_fudge); in BuildAliasResult()
1706 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
2080 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2085 strcmp(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2102 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
2114 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); in HandleCompletion()
2199 if (alias_name_str != cmd_args.GetArgumentAtIndex(0)) in BuildAliasCommandArgs()
2261 raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2264 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasCommandArgs()
2268 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2270 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()