Searched refs:needsDestruction (Results 1 – 13 of 13) sorted by relevance
154 if (VD->needsDestruction(getContext())) in mayNeedDestruction()
79 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy()216 D.needsDestruction(getContext()) == QualType::DK_cxx_destructor; in EmitCXXGlobalVarDeclInit()
396 D.needsDestruction(getContext()) == QualType::DK_cxx_destructor; in AddInitializerToStaticVarDecl()1499 D.needsDestruction(getContext()) == QualType::DK_cxx_destructor; in EmitAutoVarAlloca()2121 if (QualType::DestructionKind dtorKind = D.needsDestruction(getContext())) in EmitAutoVarCleanups()2592 D.needsDestruction(getContext())) { in EmitParmDecl()
2171 if (P->needsDestruction(CGF.getContext())) in canEmitDelegateCallArgs()
4091 param->needsDestruction(getContext())) { in EmitDelegateCallArg()
5290 D->needsDestruction(getContext()) == QualType::DK_cxx_destructor; in EmitGlobalVarDefinition()
1080 if (VD->needsDestruction(Self.Context) == QualType::DK_cxx_destructor) { in canVarDeclThrow()
16172 if (!VD->hasGlobalStorage() || !VD->needsDestruction(Context)) in FinalizeVarWithDestructor()
2012 if (D->needsDestruction(D->getASTContext())) in VisitVarDecl()
2810 VarDecl::needsDestruction(const ASTContext &Ctx) const { in needsDestruction() function in VarDecl
3488 VD->needsDestruction(Context)) in VisitDecl()
11926 if (VD->needsDestruction(*this)) in DeclMustBeEmitted()
1661 QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;