Searched refs:getBlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance
1871 if (Ctx.getBlockVarCopyInit(Var).canThrow()) in getBlockCaptureStr()2119 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()2631 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
2686 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
953 ASTContext::BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
2567 ASTContext::getBlockVarCopyInit(const VarDecl*VD) const { in getBlockVarCopyInit() function in ASTContext6056 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()