Searched refs:ExceptDoubleParentheses (Results 1 – 3 of 3) sorted by relevance
4697 bool ExceptDoubleParentheses; member4732 : ExceptDoubleParentheses(false), InConditionalStatements(false), in SpacesInParensCustom()4735 SpacesInParensCustom(bool ExceptDoubleParentheses, in SpacesInParensCustom()4738 : ExceptDoubleParentheses(ExceptDoubleParentheses), in SpacesInParensCustom()4744 return ExceptDoubleParentheses == R.ExceptDoubleParentheses &&
732 IO.mapOptional("ExceptDoubleParentheses", Spaces.ExceptDoubleParentheses); in mapping()1189 Style.SpacesInParensOptions.ExceptDoubleParentheses = false; in mapping()
4401 Style.SpacesInParensOptions.ExceptDoubleParentheses && in spaceRequiredBetween()