Searched refs:IsFunctionTryBlock (Results 1 – 1 of 1) sorted by relevance
1383 bool IsFunctionTryBlock = Tok.is(tok::kw_try); in SkipFunctionBody() local1384 if (IsFunctionTryBlock) in SkipFunctionBody()1392 while (IsFunctionTryBlock && Tok.is(tok::kw_catch)) { in SkipFunctionBody()