Searched refs:SpacesInParentheses (Results 1 – 6 of 6) sorted by relevance
3123 bool SpacesInParentheses; member3377 SpacesInParentheses == R.SpacesInParentheses &&
101 SpacesInParentheses: false
142 SpacesInParentheses: false
2483 (Style.Cpp11BracedListStyle && !Style.SpacesInParentheses) ? 0 : 1; in calculateFormattingInformation()2836 : Style.SpacesInParentheses; in spaceRequiredBetween()3007 return Style.Cpp11BracedListStyle ? Style.SpacesInParentheses : true; in spaceRequiredBetween()3426 (Left.is(tok::l_paren) && Style.SpacesInParentheses); in spaceRequiredBefore()
706 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()1043 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
3519 **SpacesInParentheses** (``bool``)