Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.cpp205 SmallVector<unsigned, 8> EndOfLineItemLength; in precomputeFormattingInfos() local
207 EndOfLineItemLength.reserve(Commas.size() + 1); in precomputeFormattingInfos()
248 EndOfLineItemLength.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()
286 (Column == Columns - 1) ? EndOfLineItemLength[i] : ItemLengths[i]; in precomputeFormattingInfos()