Searched refs:PAS_Right (Results 1 – 4 of 4) sorted by relevance
4650 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()4682 FormatStyle::PAS_Right; in spaceRequiredBetween()4688 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()4707 assert(Style.PointerAlignment != FormatStyle::PAS_Right); in spaceRequiredBetween()4719 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()5546 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()6236 FormatStyle::PAS_Right && in canBreakBefore()6504 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()
470 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()485 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()
504 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()508 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()1640 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()2701 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
3805 PAS_Right, enumerator