Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:dtorKind

414   QualType::DestructionKind dtorKind = elementType.isDestructedType();
418 if (CGF.needsEHCleanup(dtorKind)) {
427 CGF.getDestroyer(dtorKind));
432 dtorKind = QualType::DK_none;
519 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominator);
1223 if (QualType::DestructionKind dtorKind
1226 if (CGF.needsEHCleanup(dtorKind)) {
1231 CGF.getDestroyer(dtorKind), false);