reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
911 blockInfo.BlockExpression = blockExpr; 920 blockInfo->BlockExpression = blockExpr; 943 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); 1177 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, 1366 blockInfo.BlockExpression = BE; 1389 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && 1467 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); 1470 blockInfo.BlockExpression,tools/clang/lib/CodeGen/CGBlocks.h
282 assert(BlockExpression); 283 assert(BlockExpression->getBlockDecl() == Block); 284 return BlockExpression;tools/clang/lib/CodeGen/CGCall.cpp
2904 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType();