Lines Matching refs:RPAREN
302 if (!this->expect(Token::RPAREN, "')'")) { in section()
433 while (this->peek().fKind != Token::RPAREN) { in declaration()
681 case Token::RPAREN: in layoutCode()
903 if (this->checkNext(Token::RPAREN)) { in layout()
1165 if (!this->expect(Token::RPAREN, "')'")) { in ifStatement()
1206 if (!this->expect(Token::RPAREN, "')'")) { in doStatement()
1230 if (!this->expect(Token::RPAREN, "')'")) { in whileStatement()
1282 if (!this->expect(Token::RPAREN, "')'")) { in switchStatement()
1374 if (this->peek().fKind != Token::RPAREN) { in forStatement()
1380 if (!this->expect(Token::RPAREN, "')'")) { in forStatement()
1886 if (this->peek().fKind != Token::RPAREN) { in suffix()
1898 this->expect(Token::RPAREN, "')' to complete function parameters"); in suffix()
1954 this->expect(Token::RPAREN, "')' to complete expression"); in term()