Searched refs:kw_catch (Results 1 – 6 of 6) sorted by relevance
129 kw_landingpad, kw_personality, kw_cleanup, kw_catch, kw_filter, enumerator
3527 while (Lex.getKind() == lltok::kw_catch || Lex.getKind() == lltok::kw_filter){ in ParseLandingPad()3529 if (EatIfPresent(lltok::kw_catch)) in ParseLandingPad()
2098 if (Tok.isNot(tok::kw_catch)) in ParseCXXTryBlockCommon()2100 while (Tok.is(tok::kw_catch)) { in ParseCXXTryBlockCommon()2126 assert(Tok.is(tok::kw_catch) && "Expected 'catch'"); in ParseCXXCatchBlock()
163 while (Tok.is(tok::kw_catch)) { in ParseCXXInlineMethodDef()
1287 while (Tok.is(tok::kw_catch)) { in LexTemplateFunctionForLateParsing()
707 case tok::kw_catch: in ParseObjCSelectorPiece()