Lines Matching refs:ErrorParsing
754 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
789 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption()
796 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption()
1350 bool ErrorParsing = false; in ParseCommandLineOptions() local
1399 ErrorParsing = true; in ParseCommandLineOptions()
1414 ErrorParsing = true; in ParseCommandLineOptions()
1502 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1523 ErrorParsing = true; in ParseCommandLineOptions()
1540 ErrorParsing = true; in ParseCommandLineOptions()
1545 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
1556 ErrorParsing = true; in ParseCommandLineOptions()
1562 ErrorParsing = true; in ParseCommandLineOptions()
1603 ErrorParsing |= ProvidePositionalOption(PositionalOpts[J], in ParseCommandLineOptions()
1615 ErrorParsing |= ProvidePositionalOption(PositionalOpts[0], in ParseCommandLineOptions()
1624 ErrorParsing |= in ParseCommandLineOptions()
1636 ErrorParsing = true; in ParseCommandLineOptions()
1656 if (ErrorParsing) { in ParseCommandLineOptions()