Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp3504 FormatStyle::PAS_Left; in spaceRequiredBetween()
3508 FormatStyle::PAS_Left || in spaceRequiredBetween()
3610 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
3612 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
3804 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()
4299 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()
5167 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()
5185 return FormatStyle::PAS_Left; in getTokenPointerOrReferenceAlignment()
H A DFormat.cpp455 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
459 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
1526 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1718 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1741 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
2329 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3019 PAS_Left, enumerator
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3981 * ``PAS_Left`` (in configuration: ``Left``)