Lines Matching refs:ErrorParsing
732 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
767 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption()
774 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption()
1483 bool ErrorParsing = false; in ParseCommandLineOptions() local
1555 ErrorParsing = true; in ParseCommandLineOptions()
1570 ErrorParsing = true; in ParseCommandLineOptions()
1660 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1698 ErrorParsing = true; in ParseCommandLineOptions()
1709 ErrorParsing = true; in ParseCommandLineOptions()
1714 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
1725 ErrorParsing = true; in ParseCommandLineOptions()
1731 ErrorParsing = true; in ParseCommandLineOptions()
1772 ErrorParsing |= ProvidePositionalOption(PositionalOpts[J], in ParseCommandLineOptions()
1784 ErrorParsing |= ProvidePositionalOption(PositionalOpts[0], in ParseCommandLineOptions()
1793 ErrorParsing |= in ParseCommandLineOptions()
1805 ErrorParsing = true; in ParseCommandLineOptions()
1825 if (ErrorParsing) { in ParseCommandLineOptions()