Searched refs:PointerAlignment (Results 1 – 4 of 4) sorted by relevance
1419 PointerAlignmentStyle PointerAlignment; member1790 PointerAlignment == R.PointerAlignment &&
310 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()443 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()687 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()752 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()902 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()923 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()1262 Style.PointerAlignment = countVariableAlignments(AnnotatedLines) <= 0 in deriveLocalStyle()
2464 (Style.PointerAlignment != FormatStyle::PAS_Left || in spaceRequiredBetween()2471 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()2481 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()2806 Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBefore()2810 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBefore()3174 (Style.PointerAlignment == FormatStyle::PAS_Right && in canBreakBefore()
64 void *PointerAlignment; member