Home
last modified time | relevance | path

Searched refs:EndOfLineItemLength (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp198 SmallVector<unsigned, 8> EndOfLineItemLength; in precomputeFormattingInfos() local
200 EndOfLineItemLength.reserve(Commas.size() + 1); in precomputeFormattingInfos()
241 EndOfLineItemLength.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()
279 (Column == Columns - 1) ? EndOfLineItemLength[i] : ItemLengths[i]; in precomputeFormattingInfos()