reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6114 for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) { 6114 for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) { 6115 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); 6117 ToCatchStmts[CI] = *ToCatchStmtOrErr;