Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h247 const BlockExpr *BlockExpression; variable
278 assert(BlockExpression); in getBlockExpr()
279 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
280 return BlockExpression; in getBlockExpr()
H A DCGBlocks.cpp789 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()
H A DCGCall.cpp3512 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()