Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DFormatToken.cpp100 SmallVector<unsigned, 8> EndOfLineItemLength; in precomputeFormattingInfos() local
134 EndOfLineItemLength.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()
160 (Column == Columns - 1) ? EndOfLineItemLength[i] : ItemLengths[i]; in precomputeFormattingInfos()