Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1470 bool IsFunctionTryBlock = Tok.is(tok::kw_try); in SkipFunctionBody() local
1471 if (IsFunctionTryBlock) in SkipFunctionBody()
1479 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()