Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp1182 bool IsFunctionTryBlock = Tok.is(tok::kw_try); in SkipFunctionBody() local
1183 if (IsFunctionTryBlock) in SkipFunctionBody()
1191 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()