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

References

tools/clang/lib/CodeGen/CGException.cpp
  562   for (unsigned I = 0; I != NumHandlers; ++I) {
  562   for (unsigned I = 0; I != NumHandlers; ++I) {
  563     const CXXCatchStmt *C = S.getHandler(I);
  583       CatchScope->setHandler(I, TypeInfo, Handler);
  586       CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler);