Searched refs:PointerAlignment (Results 1 – 8 of 8) sorted by relevance
47 PointerAlignment: Right
97 PointerAlignment: Left
103 PointerAlignment: Right
3815 PointerAlignmentStyle PointerAlignment; member5453 PointerAlignment == R.PointerAlignment &&
75 void *PointerAlignment; member
956 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()1141 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()1640 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()1764 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()1957 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()1980 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()2701 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()2703 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
470 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()485 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()
4707 assert(Style.PointerAlignment != FormatStyle::PAS_Right); in spaceRequiredBetween()4719 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()4757 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()4759 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()6500 return Style.PointerAlignment; in getTokenReferenceAlignment()6509 return Style.PointerAlignment; in getTokenReferenceAlignment()6518 return Style.PointerAlignment; in getTokenPointerOrReferenceAlignment()