Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

1269     QualType::DestructionKind dtorKind = type.isDestructedType();
1270 if (!dtorKind) continue;
1276 if (dtorKind == QualType::DK_objc_strong_lifetime) {
1281 destroyer = CGF.getDestroyer(dtorKind);
1284 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind);