Searched refs:ReflowCommentsStyle (Results 1 – 2 of 2) sorted by relevance
3991 enum ReflowCommentsStyle : int8_t { enum4025 ReflowCommentsStyle ReflowComments;
541 template <> struct ScalarEnumerationTraits<FormatStyle::ReflowCommentsStyle> {542 static void enumeration(IO &IO, FormatStyle::ReflowCommentsStyle &Value) { in enumeration()