Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLToken.h187 kw_landingpad, kw_personality, kw_cleanup, kw_catch, kw_filter, enumerator
DLLParser.cpp5577 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/
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.cpp1326 } else if (!FormatTok->is(tok::kw_catch)) { in parseTryCatch()
1338 if (!(FormatTok->isOneOf(tok::kw_catch, Keywords.kw___except, in parseTryCatch()
DTokenAnnotator.cpp873 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/
DParseStmt.cpp2060 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()
DParseCXXInlineMethods.cpp155 while (Tok.is(tok::kw_catch)) { in ParseCXXInlineMethodDef()
DParseTemplate.cpp1413 while (Tok.is(tok::kw_catch)) { in LexTemplateFunctionForLateParsing()
DParseObjc.cpp1062 case tok::kw_catch: in ParseObjCSelectorPiece()
2634 while (Tok.is(tok::kw_catch)) { in StashAwayMethodOrFunctionBodyTokens()
DParser.cpp1165 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()