Home
last modified time | relevance | path

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

/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.h3606 PointerAlignmentStyle PointerAlignment; member
5109 PointerAlignment == R.PointerAlignment &&
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h71 void *PointerAlignment; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp887 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()
1058 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()
1546 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
1662 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1855 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1878 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
2532 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
2534 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
H A DTokenAnnotator.cpp4586 assert(Style.PointerAlignment != FormatStyle::PAS_Right); in spaceRequiredBetween()
4598 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()
4636 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
4638 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
6344 return Style.PointerAlignment; in getTokenReferenceAlignment()
6353 return Style.PointerAlignment; in getTokenReferenceAlignment()
6362 return Style.PointerAlignment; in getTokenPointerOrReferenceAlignment()
6372 return Style.PointerAlignment; in getTokenPointerOrReferenceAlignment()
H A DWhitespaceManager.cpp470 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()
485 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()