Searched refs:ExceptDoubleParentheses (Results 1 – 3 of 3) sorted by relevance
4979 bool ExceptDoubleParentheses; member5014 : ExceptDoubleParentheses(false), InConditionalStatements(false), in SpacesInParensCustom()5017 SpacesInParensCustom(bool ExceptDoubleParentheses, in SpacesInParensCustom()5020 : ExceptDoubleParentheses(ExceptDoubleParentheses), in SpacesInParensCustom()5026 return ExceptDoubleParentheses == R.ExceptDoubleParentheses &&
789 IO.mapOptional("ExceptDoubleParentheses", Spaces.ExceptDoubleParentheses); in mapping()1280 Style.SpacesInParensOptions.ExceptDoubleParentheses = false; in mapping()
4524 if (Style.SpacesInParensOptions.ExceptDoubleParentheses && in spaceRequiredBetween()