Searched refs:LPAREN (Results 1 – 6 of 6) sorted by relevance
108 #undef LPAREN109 LPAREN, enumerator
287 if (this->peek().fKind == Token::LPAREN) { in section()423 if (this->checkNext(Token::LPAREN)) { in declaration()678 case Token::LPAREN: in layoutCode()774 if (!this->expect(Token::LPAREN, "'('")) { in layout()1149 if (!this->expect(Token::LPAREN, "'('")) { in ifStatement()1191 if (!this->expect(Token::LPAREN, "'('")) { in doStatement()1214 if (!this->expect(Token::LPAREN, "'('")) { in whileStatement()1267 if (!this->expect(Token::LPAREN, "'('")) { in switchStatement()1320 if (!this->expect(Token::LPAREN, "'('")) { in forStatement()1878 case Token::LPAREN: // fall through in postfixExpression()[all …]
45 LPAREN = "("
49 LPAREN = "("
365 %token LPAREN RPAREN482 %nonassoc LPAREN2183 | LPAREN predstate flagreg predctrl RPAREN2271 | LPAREN exp2 RPAREN
180 "(" { return LPAREN; }