Searched refs:TOKforeach (Results 1 – 4 of 4) sorted by relevance
61 TOKforeach, enumerator
192 case TOKforeach: in ParseExpression()1075 if (m_token.m_type != TOKforeach) in ParseForeachExpression()1081 if (!CheckThenNext(TOKforeach)) in ParseForeachExpression()
65 {TOKforeach, "foreach"},
139 {L"foreach", TOKforeach}, in TEST()