Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BlockExpr

120     SmallVector<BlockExpr *, 32> Blocks;
135 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
376 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
378 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
380 std::string SynthesizeBlockImpl(BlockExpr *CE,
390 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
402 void CollectBlockDeclRefInfo(BlockExpr *Exp);
3327 std::string RewriteObjC::SynthesizeBlockFunc(BlockExpr *CE, int i,
3419 std::string RewriteObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
3467 std::string RewriteObjC::SynthesizeBlockImpl(BlockExpr *CE, std::string Tag,
3728 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI))
3752 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI)) {
4420 void RewriteObjC::CollectBlockDeclRefInfo(BlockExpr *Exp) {
4457 Stmt *RewriteObjC::SynthBlockInitExpr(BlockExpr *Exp,
4696 if (BlockExpr *BE = dyn_cast<BlockExpr>(S)) {