Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Format/
H A DFormat.h210 enum ShortFunctionStyle { enum
223 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormat.cpp71 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
72 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { in enumeration()
/minix3/external/bsd/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst186 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)