Home | History | Annotate | Download | only in Parse

Lines Matching defs:Handlers

2030   // Borland allows SEH-handlers with 'try'
2054 StmtVector Handlers;
2065 Handlers.push_back(Handler.get());
2068 // handlers.
2069 if (Handlers.empty())
2072 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.get(), Handlers);