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

References

tools/clang/lib/CodeGen/CGCoroutine.cpp
  240         CXXCatchStmt(Loc, /*exDecl=*/nullptr, Coro.ExceptionHandler);
  242         CompoundStmt::Create(CGF.getContext(), S.getResumeExpr(), Loc, Loc);
  242         CompoundStmt::Create(CGF.getContext(), S.getResumeExpr(), Loc, Loc);
  243     TryStmt = CXXTryStmt::Create(CGF.getContext(), Loc, TryBody, Catch);