Home
last modified time | relevance | path

Searched refs:getBlockVarCopyInits (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1447 CGM.getContext().getBlockVarCopyInits(variable); in GenerateCopyHelperFunction()
1931 const Expr *copyExpr = CGM.getContext().getBlockVarCopyInits(&var); in buildByrefHelpers()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2152 Expr *getBlockVarCopyInits(const VarDecl* VD);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1951 Expr *ASTContext::getBlockVarCopyInits(const VarDecl*VD) { in getBlockVarCopyInits() function in ASTContext
4767 const Expr *copyExpr = getBlockVarCopyInits(D); in BlockRequiresCopying()