Lines Matching refs:ErrorParsing
750 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
785 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption()
792 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption()
1358 bool ErrorParsing = false; in ParseCommandLineOptions() local
1407 ErrorParsing = true; in ParseCommandLineOptions()
1422 ErrorParsing = true; in ParseCommandLineOptions()
1510 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1531 ErrorParsing = true; in ParseCommandLineOptions()
1548 ErrorParsing = true; in ParseCommandLineOptions()
1553 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
1564 ErrorParsing = true; in ParseCommandLineOptions()
1570 ErrorParsing = true; in ParseCommandLineOptions()
1611 ErrorParsing |= ProvidePositionalOption(PositionalOpts[J], in ParseCommandLineOptions()
1623 ErrorParsing |= ProvidePositionalOption(PositionalOpts[0], in ParseCommandLineOptions()
1632 ErrorParsing |= in ParseCommandLineOptions()
1644 ErrorParsing = true; in ParseCommandLineOptions()
1664 if (ErrorParsing) { in ParseCommandLineOptions()