Searched refs:BlockExpression (Results 1 – 3 of 3) sorted by relevance
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()1293 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()1316 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()1395 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()1398 blockInfo.BlockExpression, in buildGlobalBlock()
3512 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()