Searched refs:InCStyleCasts (Results 1 – 3 of 3) sorted by relevance
4994 bool InCStyleCasts; member5015 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()5018 bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom()5022 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()5028 InCStyleCasts == R.InCStyleCasts &&
790 IO.mapOptional("InCStyleCasts", Spaces.InCStyleCasts); in mapping()1282 Style.SpacesInParensOptions.InCStyleCasts = in mapping()1291 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
4571 ? Style.SpacesInParensOptions.InCStyleCasts in spaceRequiredBetween()