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

References

tools/clang/lib/CodeGen/CGCleanup.h
  193     setHandler(I, CatchTypeInfo{nullptr, 0}, Block);
tools/clang/lib/CodeGen/CGException.cpp
  583       CatchScope->setHandler(I, TypeInfo, Handler);
  586       CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  190       Catch->setHandler(I, { Handlers[I].TypeInfo, Handlers[I].Flags }, Handlers[I].Block);