Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1383 bool IsFunctionTryBlock = Tok.is(tok::kw_try); in SkipFunctionBody() local
1384 if (IsFunctionTryBlock) in SkipFunctionBody()
1392 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()