Lines Matching defs:dtorKind
552 QualType::DestructionKind dtorKind = elementType.isDestructedType();
557 if (dtorKind) {
570 CGF.getDestroyer(dtorKind));
1696 if (QualType::DestructionKind dtorKind =
1698 CGF.pushDestroyAndDeferDeactivation(dtorKind, V, Base.getType());
1788 if (QualType::DestructionKind dtorKind
1791 if (dtorKind) {
1794 CGF.getDestroyer(dtorKind), false);
1891 QualType::DestructionKind dtorKind = elementType.isDestructedType();
1893 if (CGF.needsEHCleanup(dtorKind) && !InnerLoop) {
1898 CGF.getDestroyer(dtorKind));
1901 dtorKind = QualType::DK_none;
1940 if (dtorKind)