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

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

Completed in 189 milliseconds