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()
777 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral() 801 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral() 1088 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in getBlockDescriptorType() 1272 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock() 1295 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock() 1376 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in setBlockContextParameter() 1379 blockInfo.BlockExpression, in setBlockContextParameter()
3941 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()