Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

356   QualType::DestructionKind dtorKind = arrayType.isDestructedType();
357 if (!dtorKind)
359 if (dtorKind != QualType::DK_cxx_destructor) {
364 CodeGenFunction::Destroyer *destroyer = CGF.getDestroyer(dtorKind);
447 QualType::DestructionKind dtorKind = elementType.isDestructedType();
451 if (CGF.needsEHCleanup(dtorKind)) {
460 CGF.getDestroyer(dtorKind));
465 dtorKind = QualType::DK_none;
565 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominator);
1268 if (QualType::DestructionKind dtorKind
1271 if (CGF.needsEHCleanup(dtorKind)) {
1276 CGF.getDestroyer(dtorKind), false);