Searched refs:BlockExpression (Results 1 – 3 of 3) sorted by relevance
277 const BlockExpr *BlockExpression; variable312 assert(BlockExpression); in getBlockExpr()313 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()314 return BlockExpression; in getBlockExpr()
796 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()822 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()1108 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()1298 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()1321 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()1400 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()1403 blockInfo.BlockExpression, in buildGlobalBlock()
3604 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()