Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h195 enum ShortFunctionStyle { enum
243 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp98 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
99 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { in enumeration()