Searched refs:OneOrMore (Results 1 – 7 of 7) sorted by relevance
51 cl::OneOrMore);
32 InputFilenames(cl::Positional, cl::OneOrMore,
418 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue()423 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues()767 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions()815 case OneOrMore: in ParseCommandLineOptions()882 case OneOrMore: in addOccurrence()
42 InputFilenames(cl::Positional, cl::OneOrMore,
41 RestOfArgs(cl::Positional, cl::OneOrMore,
50 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
89 OneOrMore = 0x03, // One or more occurrences required enumerator