reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
336 unsigned Prev = Index; 337 const char *Str = Args.getArgString(Index); 342 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); 376 if (Arg *A = Opt.accept(Args, Index, ArgSize)) 380 if (Prev != Index) 387 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); 389 return new Arg(getOption(TheUnknownOptionID), Str, Index++, Str);