Searched refs:BlockExpression (Results 1 – 3 of 3) sorted by relevance
278 const BlockExpr *BlockExpression; variable307 assert(BlockExpression); in getBlockExpr()308 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()309 return BlockExpression; in getBlockExpr()
778 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()802 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()1089 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()1272 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()1295 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()1376 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()1379 blockInfo.BlockExpression, in buildGlobalBlock()
3899 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()