Searched refs:RightJustify (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | WhitespaceManager.cpp | 276 unsigned Column, bool RightJustify, F &&Matches, in AlignTokenSequence() argument 338 Shift = Column - (RightJustify ? Changes[i].TokenLength : 0) - in AlignTokenSequence() 498 bool RightJustify = false) { argument 554 WidthLeft + WidthAnchor, RightJustify, Matches, in __anoncedba3760202() 613 AlignTokens(Style, Matches, Changes, i, ACS, RightJustify); 635 if (RightJustify)
|