Searched refs:PointerAlignment (Results 1 – 4 of 4) sorted by relevance
1698 PointerAlignmentStyle PointerAlignment; member2150 PointerAlignment == R.PointerAlignment &&
371 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()515 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()799 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()877 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()1055 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()1077 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()1450 Style.PointerAlignment = countVariableAlignments(AnnotatedLines) <= 0 in deriveLocalStyle()
2688 (Style.PointerAlignment != FormatStyle::PAS_Left || in spaceRequiredBetween()2695 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()2705 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()2744 return (Style.PointerAlignment != FormatStyle::PAS_Left); in spaceRequiredBetween()2848 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()3107 Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBefore()3111 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBefore()3502 (Style.PointerAlignment == FormatStyle::PAS_Right && in canBreakBefore()
66 void *PointerAlignment; member