Home
last modified time | relevance | path

Searched refs:kw_catch (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/AsmParser/
DLLToken.h129 kw_landingpad, kw_personality, kw_cleanup, kw_catch, kw_filter, enumerator
DLLParser.cpp3527 while (Lex.getKind() == lltok::kw_catch || Lex.getKind() == lltok::kw_filter){ in ParseLandingPad()
3529 if (EatIfPresent(lltok::kw_catch)) in ParseLandingPad()
/external/clang/lib/Parse/
DParseStmt.cpp2098 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()
DParseCXXInlineMethods.cpp163 while (Tok.is(tok::kw_catch)) { in ParseCXXInlineMethodDef()
DParseTemplate.cpp1287 while (Tok.is(tok::kw_catch)) { in LexTemplateFunctionForLateParsing()
DParseObjc.cpp707 case tok::kw_catch: in ParseObjCSelectorPiece()