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

References

tools/clang/lib/CodeGen/CGException.cpp
  425   if (const Expr *SubExpr = E->getSubExpr()) {
  428       const Stmt *ThrowStmt = E->getSubExpr();
  429       const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt));
  432       CGM.getCXXABI().emitThrow(*this, E);