Searched refs:needsDestruction (Results 1 – 12 of 12) sorted by relevance
383 if (D.needsDestruction(getContext()) == QualType::DK_cxx_destructor && in AddInitializerToStaticVarDecl()2038 if (QualType::DestructionKind dtorKind = D.needsDestruction(getContext())) in EmitAutoVarCleanups()2475 D.needsDestruction(getContext())) { in EmitParmDecl()
78 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy()
361 return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()373 VD->needsDestruction(getContext()); in usesThreadWrapperFunction()
2114 if (P->needsDestruction(CGF.getContext())) in canEmitDelegateCallArgs()
3517 param->needsDestruction(getContext())) { in EmitDelegateCallArg()
4117 D->needsDestruction(getContext()) == QualType::DK_cxx_destructor; in EmitGlobalVarDefinition()
1064 if (VD->needsDestruction(Self.Context) == QualType::DK_cxx_destructor) { in canVarDeclThrow()
1704 if (D->needsDestruction(D->getASTContext())) in VisitVarDecl()
2644 VarDecl::needsDestruction(const ASTContext &Ctx) const { in needsDestruction() function in VarDecl
3219 VD->needsDestruction(Context)) in VisitDecl()
10769 if (VD->needsDestruction(*this)) in DeclMustBeEmitted()
1546 QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;