Searched defs:blockExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp610 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { argument
613 if (!blockExpr->getBlockDecl()->hasCaptures()) {
614 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
616 blockInfo.BlockExpression = blockExpr;
623 blockExpr->getBlockDecl()));
625 blockInfo->BlockExpression = blockExpr;
930 CodeGenModule::GetAddrOfGlobalBlock(const BlockExpr *blockExpr, argument
932 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name);
933 blockInfo.BlockExpression = blockExpr;

Completed in 114 milliseconds