Lines Matching refs:BlockExpr
124 SmallVector<BlockExpr *, 32> Blocks;
139 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
377 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
379 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
381 std::string SynthesizeBlockImpl(BlockExpr *CE,
391 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
403 void CollectBlockDeclRefInfo(BlockExpr *Exp);
3251 std::string RewriteObjC::SynthesizeBlockFunc(BlockExpr *CE, int i, in SynthesizeBlockFunc()
3343 std::string RewriteObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, in SynthesizeBlockHelperFuncs()
3387 std::string RewriteObjC::SynthesizeBlockImpl(BlockExpr *CE, std::string Tag, in SynthesizeBlockImpl()
3648 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) in GetBlockDeclRefExprs()
3666 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) { in GetInnerBlockDeclRefExprs()
4314 void RewriteObjC::CollectBlockDeclRefInfo(BlockExpr *Exp) { in CollectBlockDeclRefInfo()
4351 Stmt *RewriteObjC::SynthBlockInitExpr(BlockExpr *Exp, in SynthBlockInitExpr()
4583 if (BlockExpr *BE = dyn_cast<BlockExpr>(S)) { in RewriteFunctionBodyOrGlobalInitializer()