Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h573 enum ShortFunctionStyle : unsigned char { enum
621 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp119 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
120 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst715 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)