Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h661 enum ShortBlockStyle : int8_t { enum
690 ShortBlockStyle AllowShortBlocksOnASingleLine;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp578 template <> struct ScalarEnumerationTraits<FormatStyle::ShortBlockStyle> {
579 static void enumeration(IO &IO, FormatStyle::ShortBlockStyle &Value) { in enumeration()