Home
last modified time | relevance | path

Searched refs:ErrorParsing (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp749 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
784 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption()
791 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption()
1500 bool ErrorParsing = false; in ParseCommandLineOptions() local
1572 ErrorParsing = true; in ParseCommandLineOptions()
1587 ErrorParsing = true; in ParseCommandLineOptions()
1677 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1715 ErrorParsing = true; in ParseCommandLineOptions()
1726 ErrorParsing = true; in ParseCommandLineOptions()
1731 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
[all …]