Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp615 unsigned ChangeWidthRight = 0; local
622 ChangeWidthRight = Changes[i].TokenLength;
624 ChangeWidthRight += Changes[j].Spaces;
631 ChangeWidthRight += Changes[j].TokenLength;
637 unsigned NewRight = std::max(ChangeWidthRight, WidthRight);
645 WidthRight = ChangeWidthRight;