Lines Matching refs:GetArgumentAtIndex
60 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetValueFromString()
63 args.GetArgumentAtIndex(0), count); in SetValueFromString()
67 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
68 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
107 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
108 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
133 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetValueFromString()
136 args.GetArgumentAtIndex(0), count); in SetValueFromString()
142 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
143 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
171 if (!llvm::to_integer(args.GetArgumentAtIndex(i), idx) || idx < 0 || in SetValueFromString()
175 args.GetArgumentAtIndex(i)); in SetValueFromString()