Home | History | Annotate | Download | only in Format

Lines Matching refs:Commas

110     // If the previous token was one of our commas, we are now on the next item.
111 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) {
156 Commas.size() < 19)
162 if (Token->is(TT_ArrayInitializerLSquare) && Commas.size() < 19)
179 for (unsigned i = 0, e = Commas.size() + 1; i != e; ++i) {
190 if (i == Commas.size()) {
205 ItemEnd = Commas[i];
224 if (Commas.size() < 5 || HasSeparatingComment)
227 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19)