Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h624 enum ShortIfStyle : unsigned char { enum
691 ShortIfStyle AllowShortIfStatementsOnASingleLine;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp146 template <> struct ScalarEnumerationTraits<FormatStyle::ShortIfStyle> {
147 static void enumeration(IO &IO, FormatStyle::ShortIfStyle &Value) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst775 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``)