Home | History | Annotate | Download | only in Parse

Lines Matching refs:Handlers

2104   // Borland allows SEH-handlers with 'try'
2128 StmtVector Handlers;
2138 Handlers.push_back(Handler.release());
2141 // handlers.
2142 if (Handlers.empty())
2145 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.take(),Handlers);