Home | History | Annotate | Download | only in Parse

Lines Matching refs:Handlers

1975   // Borland allows SEH-handlers with 'try'
1999 StmtVector Handlers;
2010 Handlers.push_back(Handler.get());
2013 // handlers.
2014 if (Handlers.empty())
2017 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.get(), Handlers);