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