Home
last modified time | relevance | path

Searched refs:PAS_Right (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp2143 Style.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
10499 Style.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
14303 TabAlignment.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
14363 TabAlignment.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
16134 Spaces.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
17529 Alignment.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
18029 Alignment.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
20222 FormatStyle::PAS_Right); in TEST_F()
20238 FormatStyle::PAS_Right); in TEST_F()
23550 AlignStyle.PointerAlignment = FormatStyle::PAS_Right; in TEST_F()
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp3389 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()
3419 FormatStyle::PAS_Right; in spaceRequiredBetween()
3425 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()
3445 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()
4123 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()
4711 FormatStyle::PAS_Right && in canBreakBefore()
4977 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()
4995 return FormatStyle::PAS_Right; in getTokenPointerOrReferenceAlignment()
H A DFormat.cpp480 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
484 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
1287 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
2128 : FormatStyle::PAS_Right; in deriveLocalStyle()
H A DWhitespaceManager.cpp448 if (Style.PointerAlignment == FormatStyle::PAS_Right && in AlignTokenSequence()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2857 PAS_Right, enumerator
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3510 * ``PAS_Right`` (in configuration: ``Right``)