Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h484 enum ShortFunctionStyle : int8_t { enum
533 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp143 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
144 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst962 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``) :versionbadge:`clang-format 3.5`