Searched defs:DtorKind (Results 1 – 9 of 9) sorted by relevance
78 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy() local
677 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) in VisitCompoundLiteralExpr() local1345 if (QualType::DestructionKind DtorKind = in VisitLambdaExpr() local
994 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local
2474 if (QualType::DestructionKind DtorKind = in EmitParmDecl() local
3921 QualType::DestructionKind DtorKind = Ty.isDestructedType(); in Emit() local
4476 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) in EmitCompoundLiteralLValue() local
3657 if (QualType::DestructionKind DtorKind = in emitDestructorsFunction() local
846 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local
3395 if (auto DtorKind = Field->getType().isDestructedType()) { in emitDestructorsFunction() local