Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp464 Style.ReferenceAlignment == FormatStyle::RAS_Right) && in AlignTokenSequence()
467 Style.ReferenceAlignment != FormatStyle::RAS_Right && in AlignTokenSequence()
H A DTokenAnnotator.cpp5813 case FormatStyle::RAS_Right: in getTokenReferenceAlignment()
5831 case FormatStyle::RAS_Right: in getTokenPointerOrReferenceAlignment()
H A DFormat.cpp523 IO.enumCase(Value, "Right", FormatStyle::RAS_Right); in enumeration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3609 RAS_Right, enumerator