Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h133 enum ShortFunctionStyle { enum
146 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
/external/llvm-project/clang/include/clang/Format/
DFormat.h323 enum ShortFunctionStyle { enum
371 ShortFunctionStyle AllowShortFunctionsOnASingleLine;
/external/clang/lib/Format/
DFormat.cpp91 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
92 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { in enumeration()
/external/llvm-project/clang/lib/Format/
DFormat.cpp119 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
120 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { in enumeration()
/external/clang/docs/
DClangFormatStyleOptions.rst243 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst460 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)