Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

599     QualType::DestructionKind dtorKind =
601 if (dtorKind == QualType::DK_none) continue;
607 if (dtorKind == QualType::DK_objc_strong_lifetime) {
610 destroyer = CGF.getDestroyer(dtorKind);
622 bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind);