Searched refs:blockExpr (Results 1 – 2 of 2) sorted by relevance
671 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument674 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()675 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()677 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()684 blockExpr->getBlockDecl())); in EmitBlockLiteral()686 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()1020 CodeGenModule::GetAddrOfGlobalBlock(const BlockExpr *blockExpr, in GetAddrOfGlobalBlock() argument1022 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()1023 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
1345 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;