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