Home
last modified time | relevance | path

Searched refs:PointerAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1698 PointerAlignmentStyle PointerAlignment; member
2150 PointerAlignment == R.PointerAlignment &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp371 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()
HDTokenAnnotator.cpp2688 (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()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTemplateName.h66 void *PointerAlignment; member