Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

596     QualType::DestructionKind dtorKind =
598 if (dtorKind == QualType::DK_none) continue;
604 if (dtorKind == QualType::DK_objc_strong_lifetime) {
607 destroyer = CGF.getDestroyer(dtorKind);
619 bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind);