Lines Matching refs:GetArgumentAtIndex
55 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetValueFromString()
58 args.GetArgumentAtIndex(0), count); in SetValueFromString()
62 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
63 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
102 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
103 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
128 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetValueFromString()
131 args.GetArgumentAtIndex(0), count); in SetValueFromString()
137 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
138 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
166 if (!llvm::to_integer(args.GetArgumentAtIndex(i), idx) || idx < 0 || in SetValueFromString()
170 args.GetArgumentAtIndex(i)); in SetValueFromString()