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

Overridden By

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  131   CatchTypeInfo getCatchAllTypeInfo() override {

Declarations

tools/clang/lib/CodeGen/CGCXXABI.h
  249   virtual CatchTypeInfo getCatchAllTypeInfo();

References

tools/clang/lib/CodeGen/CGException.cpp
  586       CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler);
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1518     return CGM.getCXXABI().getCatchAllTypeInfo();