Lines Matching refs:SEMICOLON
395 this->expect(Token::SEMICOLON, "';'"); in enumDeclaration()
416 if (lookahead.fKind == Token::SEMICOLON) { in declaration()
424 if (type->fKind == ASTType::kStruct_Kind && this->checkNext(Token::SEMICOLON)) { in declaration()
447 if (!this->checkNext(Token::SEMICOLON)) { in declaration()
544 this->expect(Token::SEMICOLON, "';'"); in structVarDeclaration()
606 if (!this->expect(Token::SEMICOLON, "';'")) { in varDeclarationEnd()
1045 case Token::SEMICOLON: in statement()
1143 this->expect(Token::SEMICOLON, "';'"); in interfaceBlock()
1209 if (!this->expect(Token::SEMICOLON, "';'")) { in doStatement()
1337 case Token::SEMICOLON: in forStatement()
1364 if (this->peek().fKind != Token::SEMICOLON) { in forStatement()
1370 if (!this->expect(Token::SEMICOLON, "';'")) { in forStatement()
1400 if (this->peek().fKind != Token::SEMICOLON) { in returnStatement()
1406 if (!this->expect(Token::SEMICOLON, "';'")) { in returnStatement()
1419 if (!this->expect(Token::SEMICOLON, "';'")) { in breakStatement()
1431 if (!this->expect(Token::SEMICOLON, "';'")) { in continueStatement()
1443 if (!this->expect(Token::SEMICOLON, "';'")) { in discardStatement()
1484 if (this->expect(Token::SEMICOLON, "';'")) { in expressionStatement()