Searched refs:ErrorParsing (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CommandLine.cpp | 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() 1356 bool ErrorParsing = false; in ParseCommandLineOptions() local 1405 ErrorParsing = true; in ParseCommandLineOptions() 1420 ErrorParsing = true; in ParseCommandLineOptions() 1508 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions() 1529 ErrorParsing = true; in ParseCommandLineOptions() 1546 ErrorParsing = true; in ParseCommandLineOptions() 1551 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() [all …]
|