Home | History | Annotate | Download | only in Format

Lines Matching refs:Item

105   unsigned Item = 0;
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]) {
113 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
116 ++Item;
174 // The lengths of an item if it is put at the end of the line. This includes
206 // The comma is counted as part of the item when calculating the length.
215 // If there is a trailing comma in the list, the next item will start at the
216 // closing brace. Don't create an extra item for this.