Searched refs:TK_SEMICOLON (Results 1 – 2 of 2) sorted by relevance
313 case Token::Kind::TK_SEMICOLON: in declaration()326 if (lookahead.fKind == Token::Kind::TK_SEMICOLON) { in declaration()382 if (!this->checkNext(Token::Kind::TK_SEMICOLON)) { in functionDeclarationEnd()479 this->expect(Token::Kind::TK_SEMICOLON, "';'"); in globalVarDeclarationEnd()518 this->expect(Token::Kind::TK_SEMICOLON, "';'"); in localVarDeclarationEnd()616 if (!this->expect(Token::Kind::TK_SEMICOLON, "';'")) { in structDeclaration()637 this->expect(Token::Kind::TK_SEMICOLON, "';'"); in structVarDeclaration()803 case Token::Kind::TK_SEMICOLON: in statement()878 if (!this->expect(Token::Kind::TK_SEMICOLON, "';'")) { in interfaceBlock()896 this->expect(Token::Kind::TK_SEMICOLON, "';'"); in interfaceBlock()[all …]
101 TK_SEMICOLON, enumerator