Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1784 if (Ctx.getBlockVarCopyInit(Var).canThrow()) in getBlockCaptureStr()
2036 if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow()) in GenerateCopyHelperFunction()
2551 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2785 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1012 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2814 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit() function in ASTContext
6675 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()