Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

531     QualType::DestructionKind dtorKind =
533 if (dtorKind == QualType::DK_none) continue;
539 if (dtorKind == QualType::DK_objc_strong_lifetime) {
542 destroyer = CGF.getDestroyer(dtorKind);
554 bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind);