Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

652   QualType::DestructionKind dtorKind = FieldType.isDestructedType();
653 if (needsEHCleanup(dtorKind))
654 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
968 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
969 if (CGF.needsEHCleanup(dtorKind))
970 CGF.pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
1483 QualType::DestructionKind dtorKind = type.isDestructedType();
1484 if (!dtorKind) continue;
1490 CleanupKind cleanupKind = getCleanupKind(dtorKind);
1492 getDestroyer(dtorKind),