Home | History | Annotate | Download | only in Support

Lines Matching refs:isGrouping

421 static inline bool isGrouping(const Option *O) {
425 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
484 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
500 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);