Searched refs:blockExpr (Results 1 – 2 of 2) sorted by relevance
669 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument672 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()673 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()675 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()682 blockExpr->getBlockDecl())); in EmitBlockLiteral()684 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()1033 CodeGenModule::GetAddrOfGlobalBlock(const BlockExpr *blockExpr, in GetAddrOfGlobalBlock() argument1035 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()1036 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
1559 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;