Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp2102 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
2164 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
7412 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
8696 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
9816 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
10312 Left.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
10455 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
10840 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
16082 Style.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
20220 FormatStyle::PAS_Left); in TEST_F()
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp3378 FormatStyle::PAS_Left; in spaceRequiredBetween()
3382 FormatStyle::PAS_Left || in spaceRequiredBetween()
3483 return Style.PointerAlignment != FormatStyle::PAS_Left; in spaceRequiredBetween()
3485 return (Style.PointerAlignment != FormatStyle::PAS_Left) || in spaceRequiredBetween()
3676 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBetween()
4128 return getTokenReferenceAlignment(Right) != FormatStyle::PAS_Left; in spaceRequiredBefore()
4975 return FormatStyle::PAS_Left; in getTokenReferenceAlignment()
4993 return FormatStyle::PAS_Left; in getTokenPointerOrReferenceAlignment()
H A DFormat.cpp479 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
483 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
1388 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left; in getGoogleStyle()
1579 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left; in getMozillaStyle()
1601 Style.PointerAlignment = FormatStyle::PAS_Left; in getWebKitStyle()
2127 ? FormatStyle::PAS_Left in deriveLocalStyle()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2852 PAS_Left, enumerator
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3503 * ``PAS_Left`` (in configuration: ``Left``)