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