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