Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BlockExpr

122     SmallVector<BlockExpr *, 32> Blocks;
137 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
384 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
386 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
388 std::string SynthesizeBlockImpl(BlockExpr *CE,
398 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
410 void CollectBlockDeclRefInfo(BlockExpr *Exp);
3280 std::string RewriteObjC::SynthesizeBlockFunc(BlockExpr *CE, int i,
3372 std::string RewriteObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
3420 std::string RewriteObjC::SynthesizeBlockImpl(BlockExpr *CE, std::string Tag,
3681 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI))
3705 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI)) {
4367 void RewriteObjC::CollectBlockDeclRefInfo(BlockExpr *Exp) {
4404 Stmt *RewriteObjC::SynthBlockInitExpr(BlockExpr *Exp,
4642 if (BlockExpr *BE = dyn_cast<BlockExpr>(S)) {