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()
1771 ErrorParsing |= ProvidePositionalOption( in ParseCommandLineOptions()
1782 ErrorParsing |= ProvidePositionalOption(PositionalOpts[0], in ParseCommandLineOptions()
1791 ErrorParsing |= in ParseCommandLineOptions()
1803 ErrorParsing = true; in ParseCommandLineOptions()
1823 if (ErrorParsing) { in ParseCommandLineOptions()