Searched refs:RemoveParenthesesStyle (Results 1 – 2 of 2) sorted by relevance
3855 enum RemoveParenthesesStyle : int8_t { enum3888 RemoveParenthesesStyle RemoveParentheses;
519 struct ScalarEnumerationTraits<FormatStyle::RemoveParenthesesStyle> {520 static void enumeration(IO &IO, FormatStyle::RemoveParenthesesStyle &Value) { in enumeration()