Lines Matching refs:ErrorParsing
644 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
680 ErrorParsing |= in HandlePrefixedOrGroupedOption()
1130 bool ErrorParsing = false; in ParseCommandLineOptions() local
1175 ErrorParsing = true; in ParseCommandLineOptions()
1190 ErrorParsing = true; in ParseCommandLineOptions()
1272 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1293 ErrorParsing = true; in ParseCommandLineOptions()
1310 ErrorParsing = true; in ParseCommandLineOptions()
1315 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
1326 ErrorParsing = true; in ParseCommandLineOptions()
1332 ErrorParsing = true; in ParseCommandLineOptions()
1373 ErrorParsing |= ProvidePositionalOption(PositionalOpts[j], in ParseCommandLineOptions()
1385 ErrorParsing |= ProvidePositionalOption(PositionalOpts[0], in ParseCommandLineOptions()
1394 ErrorParsing |= in ParseCommandLineOptions()
1406 ErrorParsing = true; in ParseCommandLineOptions()
1426 if (ErrorParsing) { in ParseCommandLineOptions()