Searched refs:InEmptyParentheses (Results 1 – 3 of 3) sorted by relevance
4723 bool InEmptyParentheses; member4733 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()4737 bool InEmptyParentheses, bool Other) in SpacesInParensCustom()4740 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()4747 InEmptyParentheses == R.InEmptyParentheses && Other == R.Other;
735 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping()1193 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()1202 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
4398 return Style.SpacesInParensOptions.InEmptyParentheses; in spaceRequiredBetween()