Searched refs:needsDestruction (Results 1 – 12 of 12) sorted by relevance
157 if (VD->needsDestruction(getContext())) in mayNeedDestruction()
398 if (D.needsDestruction(getContext()) == QualType::DK_cxx_destructor && in AddInitializerToStaticVarDecl()2056 if (QualType::DestructionKind dtorKind = D.needsDestruction(getContext())) in EmitAutoVarCleanups()2504 D.needsDestruction(getContext())) { in EmitParmDecl()
78 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy()
2140 if (P->needsDestruction(CGF.getContext())) in canEmitDelegateCallArgs()
3809 param->needsDestruction(getContext())) { in EmitDelegateCallArg()
4679 D->needsDestruction(getContext()) == QualType::DK_cxx_destructor; in EmitGlobalVarDefinition()
1071 if (VD->needsDestruction(Self.Context) == QualType::DK_cxx_destructor) { in canVarDeclThrow()
1791 if (D->needsDestruction(D->getASTContext())) in VisitVarDecl()
2718 VarDecl::needsDestruction(const ASTContext &Ctx) const { in needsDestruction() function in VarDecl
3402 VD->needsDestruction(Context)) in VisitDecl()
11643 if (VD->needsDestruction(*this)) in DeclMustBeEmitted()
1592 QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;