Lines Matching refs:LPAREN
296 if (this->peek().fKind == Token::LPAREN) { in section()
432 if (this->checkNext(Token::LPAREN)) { in declaration()
679 case Token::LPAREN: in layoutCode()
767 if (!this->expect(Token::LPAREN, "'('")) { in layout()
1145 if (!this->expect(Token::LPAREN, "'('")) { in ifStatement()
1186 if (!this->expect(Token::LPAREN, "'('")) { in doStatement()
1210 if (!this->expect(Token::LPAREN, "'('")) { in whileStatement()
1262 if (!this->expect(Token::LPAREN, "'('")) { in switchStatement()
1318 if (!this->expect(Token::LPAREN, "'('")) { in forStatement()
1833 case Token::LPAREN: // fall through in postfixExpression()
1875 case Token::LPAREN: { in suffix()
1945 case Token::LPAREN: { in term()