Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1747 if (Ctx.getBlockVarCopyInit(Var).canThrow()) in getBlockCaptureStr()
1990 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()
2479 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3128 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1166 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2980 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit() function in ASTContext
7959 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()