Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getNumCatchStmts

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