Lines Matching refs:ErrorParsing
626 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
661 ErrorParsing |= in HandlePrefixedOrGroupedOption()
1025 bool ErrorParsing = false; in ParseCommandLineOptions() local
1070 ErrorParsing = true; in ParseCommandLineOptions()
1086 ErrorParsing = true; in ParseCommandLineOptions()
1168 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1191 ErrorParsing = true; in ParseCommandLineOptions()
1206 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
1218 ErrorParsing = true; in ParseCommandLineOptions()
1226 ErrorParsing = true; in ParseCommandLineOptions()
1267 ErrorParsing |= ProvidePositionalOption(PositionalOpts[j], in ParseCommandLineOptions()
1279 ErrorParsing |= ProvidePositionalOption(PositionalOpts[0], in ParseCommandLineOptions()
1288 ErrorParsing |= in ParseCommandLineOptions()
1300 ErrorParsing = true; in ParseCommandLineOptions()
1320 if (ErrorParsing) { in ParseCommandLineOptions()