Searched refs:IsTryCatch (Results 1 – 1 of 1) sorted by relevance
2512 bool IsTryCatch = Tok.is(tok::kw_try); in trySkippingFunctionBody() local2530 while (IsTryCatch && Tok.is(tok::kw_catch)) { in trySkippingFunctionBody()