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