Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLToken.h127 kw_landingpad, kw_personality, kw_cleanup, kw_catch, kw_filter, enumerator
DLLParser.cpp3534 while (Lex.getKind() == lltok::kw_catch || Lex.getKind() == lltok::kw_filter){ in ParseLandingPad()
3536 if (EatIfPresent(lltok::kw_catch)) in ParseLandingPad()
/external/llvm/lib/AsmParser/
DLLToken.h295 kw_catch, enumerator
DLLParser.cpp5796 while (Lex.getKind() == lltok::kw_catch || Lex.getKind() == lltok::kw_filter){ in ParseLandingPad()
5798 if (EatIfPresent(lltok::kw_catch)) in ParseLandingPad()
/external/clang/lib/Parse/
DParseStmt.cpp2029 while (IsTryCatch && Tok.is(tok::kw_catch)) { in trySkippingFunctionBody()
2108 if (Tok.isNot(tok::kw_catch)) in ParseCXXTryBlockCommon()
2110 while (Tok.is(tok::kw_catch)) { in ParseCXXTryBlockCommon()
2135 assert(Tok.is(tok::kw_catch) && "Expected 'catch'"); in ParseCXXCatchBlock()
DParseCXXInlineMethods.cpp162 while (Tok.is(tok::kw_catch)) { in ParseCXXInlineMethodDef()
DParseTemplate.cpp1430 while (Tok.is(tok::kw_catch)) { in LexTemplateFunctionForLateParsing()
DParseObjc.cpp1051 case tok::kw_catch: in ParseObjCSelectorPiece()
2694 while (Tok.is(tok::kw_catch)) { in StashAwayMethodOrFunctionBodyTokens()
DParser.cpp1191 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp336 tok::kw___try, tok::kw_catch, tok::kw___finally, in tryMergeSimpleBlock()
351 if (Line.First->isOneOf(tok::kw_try, tok::kw___try, tok::kw_catch, in tryMergeSimpleBlock()
DUnwrappedLineParser.cpp699 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally, in isJSDeclOrStmt()
1487 } else if (!FormatTok->is(tok::kw_catch)) { in parseTryCatch()
1499 if (!(FormatTok->isOneOf(tok::kw_catch, Keywords.kw___except, in parseTryCatch()
DTokenAnnotator.cpp180 Left->Previous && Left->Previous->isOneOf(tok::kw_for, tok::kw_catch); in parseParens()
2064 (Left.isOneOf(tok::kw_try, Keywords.kw___except, tok::kw_catch, in spaceRequiredBetween()