Searched refs:UnboundedFound (Results 1 – 3 of 3) sorted by relevance
578 bool UnboundedFound = false; in ParseCommandLineOptions() local592 } else if (UnboundedFound && !Opt->ArgStr[0]) { in ParseCommandLineOptions()602 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()604 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()
1057 bool UnboundedFound = false; in ParseCommandLineOptions() local1072 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()1088 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()1090 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()
1079 bool UnboundedFound = false; in ParseCommandLineOptions() local1094 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()1110 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()1112 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()