Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CleanupKind

1284     CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind);
1286 CGF.EHStack.pushCleanup<DestroyIvar>(cleanupKind, self, ivar, destroyer,
1287 cleanupKind & EHCleanup);