Home | History | Annotate | Download | only in Parse

Lines Matching refs:kw_catch

2133     if (Tok.isNot(tok::kw_catch))
2135 while (Tok.is(tok::kw_catch)) {
2160 assert(Tok.is(tok::kw_catch) && "Expected 'catch'");