Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

642   QualType::DestructionKind dtorKind = FieldType.isDestructedType();
643 if (needsEHCleanup(dtorKind))
644 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
993 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
994 if (CGF.needsEHCleanup(dtorKind))
995 CGF.pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
1496 QualType::DestructionKind dtorKind = type.isDestructedType();
1497 if (!dtorKind) continue;
1503 CleanupKind cleanupKind = getCleanupKind(dtorKind);
1505 getDestroyer(dtorKind),