Home | History | Annotate | Download | only in Support

Lines Matching refs:isGrouping

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