Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h528 enum ShortBlockStyle : unsigned char { enum
556 ShortBlockStyle AllowShortBlocksOnASingleLine;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp109 template <> struct ScalarEnumerationTraits<FormatStyle::ShortBlockStyle> {
110 static void enumeration(IO &IO, FormatStyle::ShortBlockStyle &Value) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst649 **AllowShortBlocksOnASingleLine** (``ShortBlockStyle``)