Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h374 enum ShortIfStyle { enum
404 ShortIfStyle AllowShortIfStatementsOnASingleLine;
/external/llvm-project/clang/lib/Format/
DFormat.cpp131 template <> struct ScalarEnumerationTraits<FormatStyle::ShortIfStyle> {
132 static void enumeration(IO &IO, FormatStyle::ShortIfStyle &Value) { in enumeration()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst520 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``)