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.cpp470 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
474 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
1662 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1855 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1878 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
2534 Style.PointerAlignment = FormatStyle::PAS_Left; in deriveLocalStyle()
H A DTokenAnnotator.cpp4518 FormatStyle::PAS_Left; in spaceRequiredBetween()
4522 FormatStyle::PAS_Left || in spaceRequiredBetween()
4636 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
4638 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
4838 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()
5417 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()
6346 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()
6364 return FormatStyle::PAS_Left; in getTokenPointerOrReferenceAlignment()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3591 PAS_Left, enumerator