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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1686   void pushDestroy(CleanupKind kind, Address addr, QualType type,

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  853     CGF.pushDestroy(cleanupKind, addr, VT,
 1948       CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup);
tools/clang/lib/CodeGen/CGCleanup.cpp
 1275   pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject,
tools/clang/lib/CodeGen/CGDecl.cpp
  613     CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
  624     CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(),
 2048   pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
 2058   pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
tools/clang/lib/CodeGen/CGExpr.cpp
  302           CGF.pushDestroy(CleanupKind, ReferenceTemporary,
  353     CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(),
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1323         CGF.pushDestroy(EHCleanup, LV.getAddress(), CurField->getType(),
 1609         CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(),