Home
last modified time | relevance | path

Searched refs:BlockExpression (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h278 const BlockExpr *BlockExpression; variable
307 assert(BlockExpression); in getBlockExpr()
308 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
309 return BlockExpression; in getBlockExpr()
H A DCGBlocks.cpp777 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()
H A DCGCall.cpp3941 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()