Lines Matching refs:LPAREN
295 if (this->peek().fKind == Token::LPAREN) { in section()
431 if (this->checkNext(Token::LPAREN)) { in declaration()
678 case Token::LPAREN: in layoutCode()
766 if (!this->expect(Token::LPAREN, "'('")) { in layout()
1158 if (!this->expect(Token::LPAREN, "'('")) { in ifStatement()
1199 if (!this->expect(Token::LPAREN, "'('")) { in doStatement()
1223 if (!this->expect(Token::LPAREN, "'('")) { in whileStatement()
1275 if (!this->expect(Token::LPAREN, "'('")) { in switchStatement()
1331 if (!this->expect(Token::LPAREN, "'('")) { in forStatement()
1842 case Token::LPAREN: // fall through in postfixExpression()
1884 case Token::LPAREN: { in suffix()
1950 case Token::LPAREN: { in term()