Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp1437 bool IsFunctionTryBlock = Tok.is(tok::kw_try); in SkipFunctionBody() local
1438 if (IsFunctionTryBlock) in SkipFunctionBody()
1446 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()