Searched refs:DtorKind (Results 1 – 2 of 2) sorted by relevance
846 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local869 if (needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()879 getDestroyer(DtorKind)); in EmitNewArrayInitializer()1067 if (!CleanupDominator && needsEHCleanup(DtorKind)) { in EmitNewArrayInitializer()1070 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
3395 if (auto DtorKind = Field->getType().isDestructedType()) { in emitDestructorsFunction() local3397 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()