Home | History | Annotate | Download | only in Parse

Lines Matching refs:kw_catch

2536     if (Tok.isNot(tok::kw_catch))
2538 while (Tok.is(tok::kw_catch)) {
2563 assert(Tok.is(tok::kw_catch) && "Expected 'catch'");