Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format47 PointerAlignment: Right
/freebsd/contrib/libcbor/
H A D.clang-format97 PointerAlignment: Left
/freebsd/
H A D.clang-format103 PointerAlignment: Right
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3815 PointerAlignmentStyle PointerAlignment; member
5453 PointerAlignment == R.PointerAlignment &&
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h75 void *PointerAlignment; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp956 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()
H A DWhitespaceManager.cpp470 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()
485 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()
H A DTokenAnnotator.cpp4707 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()