Searched refs:TK_Semicolon (Results 1 – 3 of 3) sorted by relevance
1002 Lex.Expect(TK_Semicolon, ERR_MISSING_SEMICOLON); in ParseStatement()1020 Lex.Expect(TK_Semicolon, ERR_MISSING_SEMICOLON); in ParseStatement()1022 Lex.Expect(TK_Semicolon, ERR_MISSING_SEMICOLON); in ParseStatement()1052 Lex.Expect(TK_Semicolon, ERR_MISSING_SEMICOLON); in ParseStatement()1134 if (!Lex.Check(TK_Semicolon)) in ParseStatement()1350 if (Lex.Check(TK_Semicolon)) in ParseMethodDef()1420 Lex.Expect(TK_Semicolon, ERR_MISSING_SEMICOLON); in ParseDelegate()1541 Lex.Expect(TK_Semicolon, ERR_MISSING_SEMICOLON); in ParseStruct()1955 Lex.Expect(TK_Semicolon); in ParseReplication()2007 Lex.Expect(TK_Semicolon); in ParseClass()[all …]
142 TK_Semicolon, enumerator
1700 Token = TK_Semicolon; in ProcessSpecialToken()