Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp751 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
786 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption()
793 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption()
1502 bool ErrorParsing = false; in ParseCommandLineOptions() local
1570 ErrorParsing = true; in ParseCommandLineOptions()
1585 ErrorParsing = true; in ParseCommandLineOptions()
1673 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
1694 ErrorParsing = true; in ParseCommandLineOptions()
1709 ErrorParsing = true; in ParseCommandLineOptions()
1714 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
[all …]