Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h221 enum ShortBlockStyle { enum
249 ShortBlockStyle AllowShortBlocksOnASingleLine;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp107 template <> struct ScalarEnumerationTraits<FormatStyle::ShortBlockStyle> {
108 static void enumeration(IO &IO, FormatStyle::ShortBlockStyle &Value) { in enumeration()