Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4094 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()
4126 FormatStyle::PAS_Right; in spaceRequiredBetween()
4132 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()
4152 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()
4929 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()
5528 FormatStyle::PAS_Right && in canBreakBefore()
5814 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()
5832 return FormatStyle::PAS_Right; in getTokenPointerOrReferenceAlignment()
H A DWhitespaceManager.cpp463 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()
477 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()
H A DFormat.cpp480 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
484 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
1527 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
2499 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3437 PAS_Right, enumerator