Home | History | Annotate | Download | only in parsing

Lines Matching refs:SWITCH

191   switch (peek()) {
348 // iterations or 'switch' statements (i.e., BreakableStatements),
354 switch (peek()) {
392 case Token::SWITCH:
641 switch (peek()) {
665 switch (peek()) {
842 // 'switch' '(' Expression ')' '{' CaseClause* '}'
844 Expect(Token::SWITCH, CHECK_OK);