Searched refs:BlockExpression (Results 1 – 6 of 6) sorted by relevance
231 const BlockExpr *BlockExpression; variable266 assert(BlockExpression); in getBlockExpr()267 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()268 return BlockExpression; in getBlockExpr()
680 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()689 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()1039 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
2778 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()
247 const BlockExpr *BlockExpression; variable278 assert(BlockExpression); in getBlockExpr()279 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()280 return BlockExpression; in getBlockExpr()
789 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()815 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()1101 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()1290 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()1313 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()1392 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()1395 blockInfo.BlockExpression, in buildGlobalBlock()
3312 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()