Home | History | Annotate | Download | only in src

Lines Matching refs:is_parenthesized

3411     if (binop->op() != Token::COMMA || binop->left()->is_parenthesized() ||
3412 binop->right()->is_parenthesized())