Searched refs:ShortIfStyle (Results 1 – 3 of 3) sorted by relevance
536 enum ShortIfStyle : int8_t { enum604 ShortIfStyle AllowShortIfStatementsOnASingleLine;
217 template <> struct ScalarEnumerationTraits<FormatStyle::ShortIfStyle> {218 static void enumeration(IO &IO, FormatStyle::ShortIfStyle &Value) { in enumeration()
1022 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 3.3`