Lines Matching refs:RPAREN
296 if (!this->expect(Token::RPAREN, "')'")) { in section()
429 if (this->peek().fKind != Token::RPAREN) { in declaration()
443 if (!this->expect(Token::RPAREN, "')'")) { in declaration()
683 case Token::RPAREN: in layoutCode()
913 if (this->checkNext(Token::RPAREN)) { in layout()
1159 if (!this->expect(Token::RPAREN, "')'")) { in ifStatement()
1201 if (!this->expect(Token::RPAREN, "')'")) { in doStatement()
1225 if (!this->expect(Token::RPAREN, "')'")) { in whileStatement()
1276 if (!this->expect(Token::RPAREN, "')'")) { in switchStatement()
1372 if (this->peek().fKind != Token::RPAREN) { in forStatement()
1381 if (!this->expect(Token::RPAREN, "')'")) { in forStatement()
2021 if (this->peek().fKind != Token::RPAREN) { in suffix()
2033 this->expect(Token::RPAREN, "')' to complete function parameters"); in suffix()
2092 this->expect(Token::RPAREN, "')' to complete expression"); in term()