Home | History | Annotate | Download | only in Parse

Lines Matching refs:Handlers

2069   // Borland allows SEH-handlers with 'try'
2093 StmtVector Handlers(Actions);
2103 Handlers.push_back(Handler.release());
2106 // handlers.
2107 if (Handlers.empty())
2110 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.take(), move_arg(Handlers));