Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDeclCXX.cpp78 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy() local
DCGExprAgg.cpp677 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) in VisitCompoundLiteralExpr() local
1345 if (QualType::DestructionKind DtorKind = in VisitLambdaExpr() local
DCGExprCXX.cpp994 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local
DCGDecl.cpp2474 if (QualType::DestructionKind DtorKind = in EmitParmDecl() local
DCGCall.cpp3921 QualType::DestructionKind DtorKind = Ty.isDestructedType(); in Emit() local
DCGExpr.cpp4476 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType()) in EmitCompoundLiteralLValue() local
DCGOpenMPRuntime.cpp3657 if (QualType::DestructionKind DtorKind = in emitDestructorsFunction() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp846 QualType::DestructionKind DtorKind = ElementType.isDestructedType(); in EmitNewArrayInitializer() local
DCGOpenMPRuntime.cpp3395 if (auto DtorKind = Field->getType().isDestructedType()) { in emitDestructorsFunction() local