Searched refs:parenthesized_formals (Results 1 – 1 of 1) sorted by relevance
631 bool parenthesized_formals, bool* ok) { in ValidateArrowFormalParameters() argument646 parenthesized_formals ? classifier->arrow_formal_parameters_error() in ValidateArrowFormalParameters()1990 bool parenthesized_formals = peek() == Token::LPAREN; in ParseAssignmentExpression() local1991 if (!parenthesized_formals) { in ParseAssignmentExpression()1999 parenthesized_formals, CHECK_OK); in ParseAssignmentExpression()