Lines Matching defs:dtorKind
682 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
683 if (CGF.needsEHCleanup(dtorKind))
684 CGF.pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
721 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
722 if (needsEHCleanup(dtorKind))
723 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
1130 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
1131 if (!CGF.needsEHCleanup(dtorKind))
1135 CGF.pushEHDestroy(dtorKind, FieldLHS.getAddress(), FieldType);
1957 QualType::DestructionKind dtorKind = type.isDestructedType();
1958 if (!dtorKind)
1966 CleanupKind cleanupKind = getCleanupKind(dtorKind);
1968 cleanupKind, Field, getDestroyer(dtorKind), cleanupKind & EHCleanup);