Searched refs:BlockExpression (Results 1 – 3 of 3) sorted by relevance
279 const BlockExpr *BlockExpression; variable308 assert(BlockExpression); in getBlockExpr()309 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()310 return BlockExpression; in getBlockExpr()
777 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()801 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()1118 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()1291 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()1314 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()1407 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()1410 blockInfo.BlockExpression, in buildGlobalBlock()
4063 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()