Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp963 unsigned JoinedLength = 0; in nextNLinesFitInto() local
968 JoinedLength += 1 + (*J)->Last->TotalLength; in nextNLinesFitInto()
969 if (JoinedLength > Limit) in nextNLinesFitInto()