Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp476 FormatStyle->QualifierAlignment = FormatStyle::QAS_Custom; in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3655 QAS_Custom enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp494 IO.enumCase(Value, "Custom", FormatStyle::QAS_Custom); in enumeration()
1066 else if (Style.QualifierAlignment == FormatStyle::QAS_Custom) in mapping()