Home
last modified time | relevance | path

Searched refs:QAS_Right (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp460 .Case("right", FormatStyle::QAS_Right) in format()
466 } else if (FormatStyle->QualifierAlignment == FormatStyle::QAS_Right) { in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3852 QAS_Right, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp526 IO.enumCase(Value, "Right", FormatStyle::QAS_Right); in enumeration()
1145 if (Style.QualifierAlignment == FormatStyle::QAS_Right) in mapping()