Lines Matching refs:RPAREN
303 if (!this->expect(Token::RPAREN, "')'")) { in section()
434 while (this->peek().fKind != Token::RPAREN) { in declaration()
682 case Token::RPAREN: in layoutCode()
904 if (this->checkNext(Token::RPAREN)) { in layout()
1152 if (!this->expect(Token::RPAREN, "')'")) { in ifStatement()
1193 if (!this->expect(Token::RPAREN, "')'")) { in doStatement()
1217 if (!this->expect(Token::RPAREN, "')'")) { in whileStatement()
1269 if (!this->expect(Token::RPAREN, "')'")) { in switchStatement()
1361 if (this->peek().fKind != Token::RPAREN) { in forStatement()
1367 if (!this->expect(Token::RPAREN, "')'")) { in forStatement()
1877 if (this->peek().fKind != Token::RPAREN) { in suffix()
1889 this->expect(Token::RPAREN, "')' to complete function parameters"); in suffix()
1949 this->expect(Token::RPAREN, "')' to complete expression"); in term()