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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h247 const BlockExpr *BlockExpression; member in class:clang::CodeGen::CGBlockInfo
278 assert(BlockExpression);
279 assert(BlockExpression->getBlockDecl() == Block);
280 return BlockExpression;
H A DCGBlocks.cpp789 blockInfo.BlockExpression = blockExpr;
815 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression);
1101 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn,
1293 blockInfo.BlockExpression = BE;
1316 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) &&
1395 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result);
1398 blockInfo.BlockExpression,
H A DCGCall.cpp3512 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType();

Completed in 147 milliseconds