Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:dtorKind

423   QualType::DestructionKind dtorKind = elementType.isDestructedType();
427 if (CGF.needsEHCleanup(dtorKind)) {
437 CGF.getDestroyer(dtorKind));
442 dtorKind = QualType::DK_none;
531 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominator);
1207 if (QualType::DestructionKind dtorKind =
1209 CGF.pushDestroy(dtorKind, V, Base.getType());
1283 if (QualType::DestructionKind dtorKind
1286 if (CGF.needsEHCleanup(dtorKind)) {
1294 CGF.getDestroyer(dtorKind), false);