Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp805 int LineLengthAfter = -Changes[I].Spaces; in alignConsecutiveMacros() local
807 LineLengthAfter += Changes[j].Spaces + Changes[j].TokenLength; in alignConsecutiveMacros()
808 unsigned ChangeMaxColumn = Style.ColumnLimit - LineLengthAfter; in alignConsecutiveMacros()