Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp786 int LineLengthAfter = -Changes[I].Spaces; in alignConsecutiveMacros() local
788 LineLengthAfter += Changes[j].Spaces + Changes[j].TokenLength; in alignConsecutiveMacros()
789 unsigned ChangeMaxColumn = Style.ColumnLimit - LineLengthAfter; in alignConsecutiveMacros()