Home
last modified time | relevance | path

Searched defs:DtorKind (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp446 QualType::DestructionKind DtorKind = QT.isDestructedType(); in destroyCalleeDestroyedArguments() local
H A DCGExprAgg.cpp707 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) VisitCompoundLiteralExpr() local
1374 if (QualType::DestructionKind DtorKind = VisitLambdaExpr() local
H A DCGDeclCXX.cpp79 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy() local
H A DCGExprCXX.cpp1007 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); EmitNewArrayInitializer() local
H A DCGDecl.cpp2591 if (QualType::DestructionKind DtorKind = EmitParmDecl() local
H A DCGCall.cpp4580 QualType::DestructionKind DtorKind = Ty.isDestructedType(); Emit() local
H A DCGExpr.cpp4959 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) EmitCompoundLiteralLValue() local
H A DCGOpenMPRuntime.cpp3121 if (QualType::DestructionKind DtorKind = emitDestructorsFunction() local