Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp457 .Case("left", FormatStyle::QAS_Left) in format()
460 if (FormatStyle->QualifierAlignment == FormatStyle::QAS_Left) { in format()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3478 QAS_Left, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp501 IO.enumCase(Value, "Left", FormatStyle::QAS_Left); in enumeration()
1057 else if (Style.QualifierAlignment == FormatStyle::QAS_Left) in mapping()