Searched refs:InCStyleCasts (Results 1 – 3 of 3) sorted by relevance
4712 bool InCStyleCasts; member4733 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()4736 bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom()4740 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()4746 InCStyleCasts == R.InCStyleCasts &&
733 IO.mapOptional("InCStyleCasts", Spaces.InCStyleCasts); in mapping()1191 Style.SpacesInParensOptions.InCStyleCasts = in mapping()1200 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
4450 ? Style.SpacesInParensOptions.InCStyleCasts in spaceRequiredBetween()