Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getNumCatchStmts

4065   if (!isTry || !cast<ObjCAtTryStmt>(S).getNumCatchStmts()) {
4122 for (unsigned I = 0, N = AtTryStmt->getNumCatchStmts(); I != N; ++I) {