Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h316 kw_catch, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp437 TheLine->First->Next->isOneOf(tok::kw_else, tok::kw_catch))) && in tryFitMultipleLinesInOne()
456 if (TheLine->First->isOneOf(tok::kw_else, tok::kw_catch) && in tryFitMultipleLinesInOne()
758 Line.First->isOneOf(tok::kw_try, tok::kw___try, tok::kw_catch, in tryMergeSimpleBlock()
798 if (Line.First->isOneOf(tok::kw_try, tok::kw___try, tok::kw_catch, in tryMergeSimpleBlock()
H A DFormatToken.h1674 case tok::kw_catch:
1738 case tok::kw_catch: in isCSharpKeyword()
H A DUnwrappedLineParser.cpp1280 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally, in isJSDeclOrStmt()
3032 } else if (FormatTok->isNot(tok::kw_catch)) { in parseTryCatch()
3044 if (!(FormatTok->isOneOf(tok::kw_catch, Keywords.kw___except, in parseTryCatch()
H A DTokenAnnotator.cpp83 tok::kw_constexpr, tok::kw_catch); in isKeywordWithCondition()
408 OpeningParen.Previous->isOneOf(tok::kw_for, tok::kw_catch); in parseParens()
4759 if (Left.isOneOf(tok::kw_try, Keywords.kw___except, tok::kw_catch)) { in spaceRequiredBetween()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2609 while (IsTryCatch && Tok.is(tok::kw_catch)) { in trySkippingFunctionBody()
2689 if (Tok.isNot(tok::kw_catch)) in ParseCXXTryBlockCommon()
2691 while (Tok.is(tok::kw_catch)) { in ParseCXXTryBlockCommon()
2716 assert(Tok.is(tok::kw_catch) && "Expected 'catch'"); in ParseCXXCatchBlock()
H A DParseCXXInlineMethods.cpp218 while (Tok.is(tok::kw_catch)) { in ParseCXXInlineMethodDef()
H A DParseTemplate.cpp1699 while (Tok.is(tok::kw_catch)) { in LexTemplateFunctionForLateParsing()
H A DParseObjc.cpp1100 case tok::kw_catch: in ParseObjCSelectorPiece()
2748 while (Tok.is(tok::kw_catch)) { in StashAwayMethodOrFunctionBodyTokens()
H A DParser.cpp1543 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7932 while (Lex.getKind() == lltok::kw_catch || Lex.getKind() == lltok::kw_filter){ in parseLandingPad()
7934 if (EatIfPresent(lltok::kw_catch)) in parseLandingPad()