Home | History | Annotate | Download | only in Sema

Lines Matching refs:Handlers

1323                                MultiStmtArg Handlers) {
1324 return getSema().ActOnCXXTryBlock(TryLoc, TryBlock, move(Handlers));
5850 // Transform the handlers.
5852 ASTOwningVector<Stmt*> Handlers(SemaRef);
5860 Handlers.push_back(Handler.takeAs<Stmt>());
5869 move_arg(Handlers));