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.cpp467 .Case("right", FormatStyle::QAS_Right) in format()
473 } else if (FormatStyle->QualifierAlignment == FormatStyle::QAS_Right) { in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3643 QAS_Right, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp493 IO.enumCase(Value, "Right", FormatStyle::QAS_Right); in enumeration()
1062 if (Style.QualifierAlignment == FormatStyle::QAS_Right) in mapping()