Searched refs:blockExpr (Results 1 – 2 of 2) sorted by relevance
674 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument677 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()678 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()680 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()687 blockExpr->getBlockDecl())); in EmitBlockLiteral()689 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()1036 CodeGenModule::GetAddrOfGlobalBlock(const BlockExpr *blockExpr, in GetAddrOfGlobalBlock() argument1038 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()1039 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
1584 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;