Searched refs:PAS_Right (Results 1 – 4 of 4) sorted by relevance
4094 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()4126 FormatStyle::PAS_Right; in spaceRequiredBetween()4132 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()4152 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()4929 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()5528 FormatStyle::PAS_Right && in canBreakBefore()5814 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()5832 return FormatStyle::PAS_Right; in getTokenPointerOrReferenceAlignment()
463 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()477 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()
480 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()484 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()1527 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()2499 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
3437 PAS_Right, enumerator