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.cpp4529 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()
4561 FormatStyle::PAS_Right; in spaceRequiredBetween()
4567 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()
4586 assert(Style.PointerAlignment != FormatStyle::PAS_Right); in spaceRequiredBetween()
4598 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()
5412 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()
6058 FormatStyle::PAS_Right && in canBreakBefore()
6348 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()
6366 return FormatStyle::PAS_Right; in getTokenPointerOrReferenceAlignment()
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.cpp471 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
475 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
1546 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
2532 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3596 PAS_Right, enumerator