Searched refs:EmitBlockCopyAndAutorelease (Results 1 – 3 of 3) sorted by relevance
1269 llvm::Value *EmitBlockCopyAndAutorelease(llvm::Value *Block, QualType Ty);
3078 CodeGenFunction::EmitBlockCopyAndAutorelease(llvm::Value *Block, QualType Ty) { in EmitBlockCopyAndAutorelease() function in CodeGenFunction
1505 return CGF.EmitBlockCopyAndAutorelease(Visit(E), E->getType()); in VisitCastExpr()