Home | History | Annotate | Download | only in Sema

Lines Matching refs:CatchStmts

3300                          MultiStmtArg CatchStmts, Stmt *Finally) {
3305 unsigned NumCatchStmts = CatchStmts.size();
3306 return ObjCAtTryStmt::Create(Context, AtLoc, Try, CatchStmts.data(),