Lines Matching defs:Destroyer
1049 CodeGenFunction::Destroyer *destroyer;
1062 destroyer = emitARCIntrinsicUse;
1064 destroyer = destroyARCStrongImprecise;
1066 destroyer = getDestroyer(dtorKind);
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup);
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer,
1867 CodeGenFunction::Destroyer *Destroyer =
1874 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup);