Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:SynthesizeBlockFunc

412     std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
3722 std::string RewriteModernObjC::SynthesizeBlockFunc(BlockExpr *CE, int i,
3741 assert(FT && "SynthesizeBlockFunc: No function proto");
4075 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);