Searched refs:ItemLengths (Results 1 – 2 of 2) sorted by relevance
113 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken()193 ItemLengths.push_back(CodePointsBetween(ItemBegin, NonCommentEnd)); in precomputeFormattingInfos()207 ItemLengths.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()243 for (unsigned i = 0, e = ItemLengths.size(); i != e; ++i) { in precomputeFormattingInfos()252 (Column == Columns - 1) ? EndOfLineItemLength[i] : ItemLengths[i]; in precomputeFormattingInfos()
559 SmallVector<unsigned, 8> ItemLengths; variable