Lines Matching defs:RightJustify
283 // RightJustify - Whether it is the token's right end or left end that gets
288 unsigned Column, bool RightJustify, F &&Matches,
351 Shift = Column - (RightJustify ? CurrentChange.TokenLength : 0) -
523 // When the parameter RightJustify is true, the operator will be
525 // When RightJustify and ACS.PadOperators are true, operators in each block to
532 bool RightJustify = false) {
536 // widths of each part so far. When RightJustify is true and ACS.PadOperators
542 // The operator to be aligned when RightJustify is true and ACS.PadOperators
546 // RightJustify is false.
581 WidthLeft + WidthAnchor, RightJustify, Matches,
630 AlignTokens(Style, Matches, Changes, i, ACS, RightJustify);
652 if (RightJustify)
856 /*RightJustify=*/true);