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