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

Declarations

tools/clang/lib/CodeGen/EHScopeStack.h
  322   class EHCatchScope *pushCatch(unsigned NumHandlers);

References

tools/clang/lib/CodeGen/CGException.cpp
  560   EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
 1412   EHCatchScope *catchScope = CGF.EHStack.pushCatch(1);
 2005   EHCatchScope *CatchScope = EHStack.pushCatch(1);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  188     EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());