Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1419 PointerAlignmentStyle PointerAlignment; member
1790 PointerAlignment == R.PointerAlignment &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp310 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()
H A DTokenAnnotator.cpp2464 (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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateName.h64 void *PointerAlignment; member