reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
996 for (unsigned I = 0, E = NumHandlers;; ++I) { 997 assert(I < E && "ran off end of handlers!"); 998 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); 1011 if (I + 1 == E) { 1018 } else if (CatchScope.getHandler(I + 1).isCatchAll()) { 1019 NextBlock = CatchScope.getHandler(I + 1).Block;