Searched refs:PAS_Right (Results 1 – 4 of 4) sorted by relevance
4529 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()4561 FormatStyle::PAS_Right; in spaceRequiredBetween()4567 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()4586 assert(Style.PointerAlignment != FormatStyle::PAS_Right); in spaceRequiredBetween()4598 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()5412 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()6058 FormatStyle::PAS_Right && in canBreakBefore()6348 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()6366 return FormatStyle::PAS_Right; in getTokenPointerOrReferenceAlignment()
470 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()485 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()
471 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()475 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()1546 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()2532 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
3596 PAS_Right, enumerator