Home
last modified time | relevance | path

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

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