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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h1108 llvm::Value *EmitBlockCopyAndAutorelease(llvm::Value *Block, QualType Ty);
H A DCGExprScalar.cpp1410 return CGF.EmitBlockCopyAndAutorelease(Visit(E), E->getType());
H A DCGObjC.cpp3038 CodeGenFunction::EmitBlockCopyAndAutorelease(llvm::Value *Block, QualType Ty) { function in class:CodeGenFunction

Completed in 183 milliseconds