Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:cleanupKind

1311     CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind);
1313 CGF.EHStack.pushCleanup<DestroyIvar>(cleanupKind, self, ivar, destroyer,
1314 cleanupKind & EHCleanup);