Searched refs:kw_catch (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLToken.h | 127 kw_landingpad, kw_personality, kw_cleanup, kw_catch, kw_filter, enumerator
|
D | LLParser.cpp | 3534 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/ |
D | LLToken.h | 295 kw_catch, enumerator
|
D | LLParser.cpp | 5796 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/ |
D | ParseStmt.cpp | 2029 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()
|
D | ParseCXXInlineMethods.cpp | 162 while (Tok.is(tok::kw_catch)) { in ParseCXXInlineMethodDef()
|
D | ParseTemplate.cpp | 1430 while (Tok.is(tok::kw_catch)) { in LexTemplateFunctionForLateParsing()
|
D | ParseObjc.cpp | 1051 case tok::kw_catch: in ParseObjCSelectorPiece() 2694 while (Tok.is(tok::kw_catch)) { in StashAwayMethodOrFunctionBodyTokens()
|
D | Parser.cpp | 1191 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 336 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()
|
D | UnwrappedLineParser.cpp | 699 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()
|
D | TokenAnnotator.cpp | 180 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()
|