Home
last modified time | relevance | path

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

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