Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp401 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
405 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
1174 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1365 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1387 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
1776 ? FormatStyle::PAS_Left in deriveLocalStyle()
H A DTokenAnnotator.cpp3011 (getTokenPointerOrReferenceAlignment(Right) != FormatStyle::PAS_Left || in spaceRequiredBetween()
3081 return (Style.PointerAlignment != FormatStyle::PAS_Left); in spaceRequiredBetween()
3083 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
3204 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()
3563 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()
4268 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()
4286 return FormatStyle::PAS_Left; in getTokenPointerOrReferenceAlignment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2737 PAS_Left, enumerator