reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) { 114 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) { 161 Commas.size() < 19) 167 if (Token->is(TT_ArrayInitializerLSquare) && Commas.size() < 19) 184 for (unsigned i = 0, e = Commas.size() + 1; i != e; ++i) { 195 if (i == Commas.size()) { 210 ItemEnd = Commas[i]; 229 if (Commas.size() < 5 || HasSeparatingComment) 232 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19)tools/clang/lib/Format/FormatToken.h
638 Commas.push_back(Token); 642 if (Commas.empty()) 644 return Commas.back();