Searched refs:TokComma (Results 1 – 2 of 2) sorted by relevance
84 token.type = TokComma; in lex()86 return TokComma; in lex()309 if (lastToken == TokComma) in parse()323 if (m_lexer.currentToken().type == TokComma) in parse()378 if (m_lexer.currentToken().type == TokComma) in parse()
60 TokLParen, TokRParen, TokComma, TokTrue, TokFalse, enumerator