Searched refs:DtorKind (Results 1 – 2 of 2) sorted by relevance
841 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local864 if (needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()874 getDestroyer(DtorKind)); in EmitNewArrayInitializer()1059 if (!CleanupDominator && needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()1062 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
2186 if (auto DtorKind = Field->getType().isDestructedType()) { in emitDestructorsFunction() local2188 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()