Searched refs:InEmptyParentheses (Results 1 – 3 of 3) sorted by relevance
4550 bool InEmptyParentheses; member4560 InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()4563 bool InEmptyParentheses, bool Other) in SpacesInParensCustom()4565 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()4571 InEmptyParentheses == R.InEmptyParentheses && Other == R.Other;
741 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping()1183 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()1192 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
3974 return Style.SpacesInParensOptions.InEmptyParentheses; in spaceRequiredBetween()