Lines Matching defs:InputArgList
30 class InputArgList;
119 std::unique_ptr<Arg> parseOneArgGrouped(InputArgList &Args,
284 /// Parse an list of arguments into an InputArgList.
286 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
288 /// InputArgList.
298 /// \return An InputArgList; on error this will contain all the options
300 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
304 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
309 InputArgList
321 /// \return An InputArgList; on error this will contain all the options which
323 InputArgList parseArgs(int Argc, char *const *Argv, OptSpecifier Unknown,