Lines Matching refs:TokenLength
48 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change()
135 auto &PrevTokLength = P.TokenLength; in calculateLineBreakInformation()
186 LastOutsideTokenChange->TokenLength += PrevTokLength + P.Spaces; in calculateLineBreakInformation()
230 Changes.back().TokenLength = 0; in calculateLineBreakInformation()
351 Shift = Column - (RightJustify ? CurrentChange.TokenLength : 0) - in AlignTokenSequence()
654 ChangeWidthAnchor = CurrentChange.TokenLength;
656 ChangeWidthLeft += CurrentChange.TokenLength;
658 ChangeWidthRight = CurrentChange.TokenLength;
667 ChangeWidthRight += Changes[j].TokenLength;
1116 C.StartOfTokenColumn + C.TokenLength + OriginalSpaces; in alignTrailingComments()
1134 else if (Style.ColumnLimit >= C.TokenLength) in alignTrailingComments()
1135 ChangeMaxColumn = Style.ColumnLimit - C.TokenLength; in alignTrailingComments()
1480 InitialSpaces = C.Spaces + C.TokenLength; in getCells()
1481 InitialTokenLength = C.TokenLength; in getCells()
1484 InitialSpaces += Changes[j].Spaces + Changes[j].TokenLength; in getCells()
1485 InitialTokenLength += Changes[j].TokenLength; in getCells()
1488 InitialSpaces += Changes[j].Spaces + Changes[j].TokenLength; in getCells()
1489 InitialTokenLength += Changes[j].TokenLength; in getCells()
1558 auto LineLimit = Changes[j].Spaces + Changes[j].TokenLength; in getCells()
1585 CellWidth += Changes[i].TokenLength; in calculateCellWidth()