reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
322 class EHCatchScope *pushCatch(unsigned NumHandlers);
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());