Lines Matching refs:GetArgumentAtIndex
955 const char *cur_name = path.GetArgumentAtIndex(0); in VerifyUserMultiwordCmdPath()
965 cur_name = path.GetArgumentAtIndex(cursor); in VerifyUserMultiwordCmdPath()
1183 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1198 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetCommandSPExact()
1621 (alias_name_str != cmd_args.GetArgumentAtIndex(0))) in BuildAliasResult()
1659 size_t strpos = raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
1662 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasResult()
1663 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
2017 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2022 strcmp(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2039 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
2051 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); in HandleCompletion()
2136 if (alias_name_str != cmd_args.GetArgumentAtIndex(0)) in BuildAliasCommandArgs()
2198 raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2201 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasCommandArgs()
2205 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2207 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()