Searched refs:RPAREN (Results 1 – 4 of 4) sorted by relevance
110 #undef RPAREN111 RPAREN, enumerator
294 if (!this->expect(Token::RPAREN, "')'")) { in section()427 if (this->peek().fKind != Token::RPAREN) { in declaration()441 if (!this->expect(Token::RPAREN, "')'")) { in declaration()681 case Token::RPAREN: in layoutCode()911 if (this->checkNext(Token::RPAREN)) { in layout()1157 if (!this->expect(Token::RPAREN, "')'")) { in ifStatement()1199 if (!this->expect(Token::RPAREN, "')'")) { in doStatement()1223 if (!this->expect(Token::RPAREN, "')'")) { in whileStatement()1274 if (!this->expect(Token::RPAREN, "')'")) { in switchStatement()1370 if (this->peek().fKind != Token::RPAREN) { in forStatement()[all …]
46 RPAREN = ")"
50 RPAREN = ")"