Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

866   QualType::DestructionKind dtorKind = elementType.isDestructedType();
874 if (needsEHCleanup(dtorKind)) {
882 getDestroyer(dtorKind));
935 if (!cleanupDominator && needsEHCleanup(dtorKind)) {
937 getDestroyer(dtorKind));
1550 if (QualType::DestructionKind dtorKind = elementType.isDestructedType()) {
1560 CGF.getDestroyer(dtorKind),
1562 CGF.needsEHCleanup(dtorKind));