Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4650 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()
4682 FormatStyle::PAS_Right; in spaceRequiredBetween()
4688 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()
4707 assert(Style.PointerAlignment != FormatStyle::PAS_Right); in spaceRequiredBetween()
4719 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()
5546 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()
6236 FormatStyle::PAS_Right && in canBreakBefore()
6504 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()
H A DWhitespaceManager.cpp470 if ((Style.PointerAlignment == FormatStyle::PAS_Right || in AlignTokenSequence()
485 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) { in AlignTokenSequence()
H A DFormat.cpp504 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
508 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
1640 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
2701 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3805 PAS_Right, enumerator