Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/
H A D.clang-format8 PointerAlignment: Left
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2658 PointerAlignmentStyle PointerAlignment; member
3348 PointerAlignment == R.PointerAlignment &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format88 PointerAlignment: Right
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format97 PointerAlignment: Left
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format139 PointerAlignment: Right
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format139 PointerAlignment: Right
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst62 PointerAlignment: Left
2126 ``PointerAlignment`` is then used only as fallback.
3012 **PointerAlignment** (``PointerAlignmentStyle``)
3234 Don't ensure spaces around pointer qualifiers and use PointerAlignment
3239 PointerAlignment: Left PointerAlignment: Right
3247 PointerAlignment: Left PointerAlignment: Right
3255 PointerAlignment: Left PointerAlignment: Right
3263 PointerAlignment: Left PointerAlignment: Right
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h67 void *PointerAlignment; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp502 IO.mapOptional("PointerBindsToType", Style.PointerAlignment); in mapping()
668 IO.mapOptional("PointerAlignment", Style.PointerAlignment); in mapping()
1036 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
1127 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1318 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1340 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
1728 Style.PointerAlignment = countVariableAlignments(AnnotatedLines) <= 0 in deriveLocalStyle()
H A DTokenAnnotator.cpp2892 (Style.PointerAlignment != FormatStyle::PAS_Left || in spaceRequiredBetween()
2899 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
2915 (Style.PointerAlignment != FormatStyle::PAS_Right && in spaceRequiredBetween()
2924 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()
2961 return (Style.PointerAlignment != FormatStyle::PAS_Left); in spaceRequiredBetween()
2963 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
3080 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
3432 Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBefore()
3436 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBefore()
3918 (Style.PointerAlignment == FormatStyle::PAS_Right && in canBreakBefore()