Searched refs:kw_catch (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLToken.h | 187 kw_landingpad, kw_personality, kw_cleanup, kw_catch, kw_filter, enumerator
|
D | LLParser.cpp | 5577 while (Lex.getKind() == lltok::kw_catch || Lex.getKind() == lltok::kw_filter){ in ParseLandingPad() 5579 if (EatIfPresent(lltok::kw_catch)) in ParseLandingPad()
|
/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 | 1326 } else if (!FormatTok->is(tok::kw_catch)) { in parseTryCatch() 1338 if (!(FormatTok->isOneOf(tok::kw_catch, Keywords.kw___except, in parseTryCatch()
|
D | TokenAnnotator.cpp | 873 Current.Previous->isOneOf(tok::kw_for, tok::kw_catch); in modifyContext() 1953 (Left.isOneOf(tok::kw_try, Keywords.kw___except, tok::kw_catch, in spaceRequiredBetween()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 2060 if (Tok.isNot(tok::kw_catch)) in ParseCXXTryBlockCommon() 2062 while (Tok.is(tok::kw_catch)) { in ParseCXXTryBlockCommon() 2087 assert(Tok.is(tok::kw_catch) && "Expected 'catch'"); in ParseCXXCatchBlock()
|
D | ParseCXXInlineMethods.cpp | 155 while (Tok.is(tok::kw_catch)) { in ParseCXXInlineMethodDef()
|
D | ParseTemplate.cpp | 1413 while (Tok.is(tok::kw_catch)) { in LexTemplateFunctionForLateParsing()
|
D | ParseObjc.cpp | 1062 case tok::kw_catch: in ParseObjCSelectorPiece() 2634 while (Tok.is(tok::kw_catch)) { in StashAwayMethodOrFunctionBodyTokens()
|
D | Parser.cpp | 1165 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()
|