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

References

tools/clang/lib/CodeGen/CGObjC.cpp
 1536   CodeGenFunction::RunCleanupsScope scope(CGF);
 1538   llvm::Value *self = CGF.LoadObjCSelf();
 1558       destroyer = CGF.getDestroyer(dtorKind);
 1561     CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind);
 1563     CGF.EHStack.pushCleanup<DestroyIvar>(cleanupKind, self, ivar, destroyer,