Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BlockExpr

128     SmallVector<BlockExpr *, 32> Blocks;
143 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
410 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
412 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
414 std::string SynthesizeBlockImpl(BlockExpr *CE,
424 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
435 void CollectBlockDeclRefInfo(BlockExpr *Exp);
3722 std::string RewriteModernObjC::SynthesizeBlockFunc(BlockExpr *CE, int i,
3814 std::string RewriteModernObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
3862 std::string RewriteModernObjC::SynthesizeBlockImpl(BlockExpr *CE, std::string Tag,
4165 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI))
4189 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI)) {
4893 void RewriteModernObjC::CollectBlockDeclRefInfo(BlockExpr *Exp) {
4930 Stmt *RewriteModernObjC::SynthBlockInitExpr(BlockExpr *Exp,
5194 if (BlockExpr *BE = dyn_cast<BlockExpr>(S)) {