Searched refs:ShortIfStyle (Results 1 – 2 of 2) sorted by relevance
653 enum ShortIfStyle : unsigned char { enum720 ShortIfStyle AllowShortIfStatementsOnASingleLine;
166 template <> struct ScalarEnumerationTraits<FormatStyle::ShortIfStyle> {167 static void enumeration(IO &IO, FormatStyle::ShortIfStyle &Value) { in enumeration()