reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGException.cpp
 1195   for (unsigned I = NumHandlers; I != 0; --I) {
 1195   for (unsigned I = NumHandlers; I != 0; --I) {
 1196     HasCatchAll |= Handlers[I - 1].isCatchAll();
 1197     llvm::BasicBlock *CatchBlock = Handlers[I-1].Block;
 1201     const CXXCatchStmt *C = S.getHandler(I-1);