Lines Matching defs:NumArgs
168 size_t NumArgs,
184 if (NumArgs == 1) {
185 StringRef FlagRef(Args[Idx + NumArgs - 1]);
197 assert(NumArgs == 2 && "Not expecting more than two arguments");
198 StringRef Inc(Args[Idx + NumArgs - 1]);
226 int NumArgs = 0;
228 if (skipArgs(Arg, HaveCrashVFS, NumArgs, IsInclude)) {
229 i += NumArgs - 1;
236 rewriteIncludes(Args, i, NumArgs, NewIncFlags);
242 i += NumArgs - 1;