Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp135 auto &PrevTokLength = P.TokenLength; in calculateLineBreakInformation() local
174 PrevTokLength = OriginalWhitespaceStartOffset - in calculateLineBreakInformation()
178 PrevTokLength = std::min(PrevTokLength, P.Tok->ColumnWidth); in calculateLineBreakInformation()
180 PrevTokLength = NewlinePos + P.CurrentLinePrefix.size(); in calculateLineBreakInformation()
186 LastOutsideTokenChange->TokenLength += PrevTokLength + P.Spaces; in calculateLineBreakInformation()
190 C.PreviousEndOfTokenColumn = P.StartOfTokenColumn + PrevTokLength; in calculateLineBreakInformation()