Home
last modified time | relevance | path

Searched refs:ShortBlockStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h557 enum ShortBlockStyle : unsigned char { enum
585 ShortBlockStyle AllowShortBlocksOnASingleLine;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp119 template <> struct ScalarEnumerationTraits<FormatStyle::ShortBlockStyle> {
120 static void enumeration(IO &IO, FormatStyle::ShortBlockStyle &Value) { in enumeration()