Lines Matching refs:ErrorParsing
749 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
784 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption()
791 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption()
1446 bool ErrorParsing = false; in ParseCommandLineOptions() local
1495 ErrorParsing = true; in ParseCommandLineOptions()
1510 ErrorParsing = true; in ParseCommandLineOptions()
1598 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1619 ErrorParsing = true; in ParseCommandLineOptions()
1634 ErrorParsing = true; in ParseCommandLineOptions()
1639 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
1650 ErrorParsing = true; in ParseCommandLineOptions()
1656 ErrorParsing = true; in ParseCommandLineOptions()
1697 ErrorParsing |= ProvidePositionalOption(PositionalOpts[J], in ParseCommandLineOptions()
1709 ErrorParsing |= ProvidePositionalOption(PositionalOpts[0], in ParseCommandLineOptions()
1718 ErrorParsing |= in ParseCommandLineOptions()
1730 ErrorParsing = true; in ParseCommandLineOptions()
1750 if (ErrorParsing) { in ParseCommandLineOptions()