Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:dtorKind

593     QualType::DestructionKind dtorKind =
595 if (dtorKind == QualType::DK_none) continue;
601 if (dtorKind == QualType::DK_objc_strong_lifetime) {
604 destroyer = CGF.getDestroyer(dtorKind);
616 bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind);