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

/freebsd-13-stable/contrib/llvm-project/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.cpp790 blockInfo.BlockExpression = blockExpr;
816 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression);
1102 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn,
1291 blockInfo.BlockExpression = BE;
1314 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) &&
1393 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result);
1396 blockInfo.BlockExpression,
H A DCGCall.cpp3240 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType();

Completed in 90 milliseconds