Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp3515 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()
3546 FormatStyle::PAS_Right; in spaceRequiredBetween()
3552 if (getTokenPointerOrReferenceAlignment(Left) == FormatStyle::PAS_Right) in spaceRequiredBetween()
3572 return Style.PointerAlignment != FormatStyle::PAS_Right; in spaceRequiredBetween()
4294 getTokenReferenceAlignment(Left) != FormatStyle::PAS_Right; in spaceRequiredBefore()
4896 FormatStyle::PAS_Right && in canBreakBefore()
5169 return FormatStyle::PAS_Right; in getTokenReferenceAlignment()
5187 return FormatStyle::PAS_Right; in getTokenPointerOrReferenceAlignment()
H A DFormat.cpp456 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
460 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
1415 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right; in getLLVMStyle()
2327 Style.PointerAlignment = FormatStyle::PAS_Right; in deriveLocalStyle()
H A DWhitespaceManager.cpp448 if (Style.PointerAlignment == FormatStyle::PAS_Right && in AlignTokenSequence()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3024 PAS_Right, enumerator
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3988 * ``PAS_Right`` (in configuration: ``Right``)