Searched refs:PAS_Left (Results 1 – 3 of 3) sorted by relevance
470 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()474 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()1662 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()1855 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()1878 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()2534 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
4518 FormatStyle::PAS_Left; in spaceRequiredBetween()4522 FormatStyle::PAS_Left || in spaceRequiredBetween()4636 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()4638 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()4838 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()5417 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()6346 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()6364 return FormatStyle::PAS_Left; in getTokenPointerOrReferenceAlignment()
3591 PAS_Left, enumerator