Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

1296     QualType::DestructionKind dtorKind = type.isDestructedType();
1297 if (!dtorKind) continue;
1303 if (dtorKind == QualType::DK_objc_strong_lifetime) {
1308 destroyer = CGF.getDestroyer(dtorKind);
1311 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind);