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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1425 CGM.getContext().getBlockVarCopyInits(variable);
1909 const Expr *copyExpr = CGM.getContext().getBlockVarCopyInits(&var);
/external/clang/include/clang/AST/
H A DASTContext.h2134 Expr *getBlockVarCopyInits(const VarDecl* VD);
/external/clang/lib/AST/
H A DASTContext.cpp1948 Expr *ASTContext::getBlockVarCopyInits(const VarDecl*VD) { function in class:ASTContext
1951 "getBlockVarCopyInits - not __block var");
4694 const Expr *copyExpr = getBlockVarCopyInits(D);

Completed in 685 milliseconds