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

References

tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  233       if ((CPI = dyn_cast_or_null<llvm::CatchPadInst>(Handler.Block->getFirstNonPHI()))) {
  234         CGF.CurrentFuncletPad = CPI;
  235         CPI->setOperand(2, CGF.getExceptionSlot().getPointer());
  263     if (CPI)
  264         CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI);