Searched refs:PAS_Left (Results 1 – 3 of 3) sorted by relevance
479 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()483 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()1641 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()1834 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()1857 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()2501 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
4083 FormatStyle::PAS_Left; in spaceRequiredBetween()4087 FormatStyle::PAS_Left || in spaceRequiredBetween()4190 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()4192 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()4394 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()4934 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()5812 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()5830 return FormatStyle::PAS_Left; in getTokenPointerOrReferenceAlignment()
3432 PAS_Left, enumerator