Searched refs:RightJustify (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 282 unsigned Column, bool RightJustify, F &&Matches, in AlignTokenSequence() argument 345 Shift = Column - (RightJustify ? CurrentChange.TokenLength : 0) - in AlignTokenSequence() 524 bool RightJustify = false) { argument 573 WidthLeft + WidthAnchor, RightJustify, Matches, in __anon9685e3f00202() 622 AlignTokens(Style, Matches, Changes, i, ACS, RightJustify); 644 if (RightJustify)
|