Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1732 if (Ctx.getBlockVarCopyInit(Var).canThrow()) in getBlockCaptureStr()
1973 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()
2462 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3035 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1128 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2925 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit() function in ASTContext
7503 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()