Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp468 .Case("left", FormatStyle::QAS_Left) in format()
471 if (FormatStyle->QualifierAlignment == FormatStyle::QAS_Left) { in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3637 QAS_Left, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp492 IO.enumCase(Value, "Left", FormatStyle::QAS_Left); in enumeration()
1064 else if (Style.QualifierAlignment == FormatStyle::QAS_Left) in mapping()