Home
last modified time | relevance | path

Searched refs:getBlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1787 if (Ctx.getBlockVarCopyInit(Var).canThrow()) in getBlockCaptureStr()
2039 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()
2554 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2834 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1012 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2857 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit() function in ASTContext
6744 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()