Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp503 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
507 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
1764 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1957 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1980 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
2703 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
H A DTokenAnnotator.cpp4639 FormatStyle::PAS_Left; in spaceRequiredBetween()
4643 FormatStyle::PAS_Left || in spaceRequiredBetween()
4757 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
4759 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
4956 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()
5551 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()
6502 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3800 PAS_Left, enumerator