Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

1331     QualType::DestructionKind dtorKind = type.isDestructedType();
1332 if (!dtorKind) continue;
1338 if (dtorKind == QualType::DK_objc_strong_lifetime) {
1343 destroyer = CGF.getDestroyer(dtorKind);
1346 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind);