Searched refs:InEmptyParentheses (Results 1 – 3 of 3) sorted by relevance
5005 bool InEmptyParentheses; member5015 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()5019 bool InEmptyParentheses, bool Other) in SpacesInParensCustom()5022 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()5029 InEmptyParentheses == R.InEmptyParentheses && Other == R.Other;
792 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping()1284 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()1293 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
4522 return Style.SpacesInParensOptions.InEmptyParentheses; in spaceRequiredBetween()