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