Lines Matching refs:GetArgumentAtIndex
976 const char *cur_name = path.GetArgumentAtIndex(0); in VerifyUserMultiwordCmdPath()
986 cur_name = path.GetArgumentAtIndex(cursor); in VerifyUserMultiwordCmdPath()
1208 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1223 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetCommandSPExact()
1622 (alias_name_str != cmd_args.GetArgumentAtIndex(0))) in BuildAliasResult()
1680 strlen(cmd_args.GetArgumentAtIndex(index)) + len_fudge); in BuildAliasResult()
1683 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
2067 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2072 strcmp(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2089 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
2101 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); in HandleCompletion()
2186 if (alias_name_str != cmd_args.GetArgumentAtIndex(0)) in BuildAliasCommandArgs()
2248 raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2251 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasCommandArgs()
2255 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2257 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()