Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp479 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
483 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
1641 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1834 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1857 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
2501 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
H A DTokenAnnotator.cpp4083 FormatStyle::PAS_Left; in spaceRequiredBetween()
4087 FormatStyle::PAS_Left || in spaceRequiredBetween()
4190 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
4192 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
4394 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()
4934 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()
5812 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()
5830 return FormatStyle::PAS_Left; in getTokenPointerOrReferenceAlignment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3432 PAS_Left, enumerator