Searched refs:ErrorParsing (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 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() [all …]
|