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