Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h814 enum ShortFunctionStyle : int8_t { enum
863 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp581 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
582 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { in enumeration()