Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp455 .Case("left", FormatStyle::QAS_Left) in format()
458 if (FormatStyle->QualifierAlignment == FormatStyle::QAS_Left) { in format()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3065 QAS_Left, enumerator
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp477 IO.enumCase(Value, "Left", FormatStyle::QAS_Left); in enumeration()
979 else if (Style.QualifierAlignment == FormatStyle::QAS_Left) in mapping()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4028 * ``QAS_Left`` (in configuration: ``Left``)