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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1474 CGM.getContext().getBlockVarCopyInits(variable);
1956 const Expr *copyExpr = CGM.getContext().getBlockVarCopyInits(&var);
/external/clang/include/clang/AST/
H A DASTContext.h2354 Expr *getBlockVarCopyInits(const VarDecl* VD);
/external/clang/lib/AST/
H A DASTContext.cpp2094 Expr *ASTContext::getBlockVarCopyInits(const VarDecl*VD) { function in class:ASTContext
2097 "getBlockVarCopyInits - not __block var");
5045 const Expr *copyExpr = getBlockVarCopyInits(D);

Completed in 142 milliseconds