Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:SynthesizeBlockFunc

378     std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
3327 std::string RewriteObjC::SynthesizeBlockFunc(BlockExpr *CE, int i,
3346 assert(FT && "SynthesizeBlockFunc: No function proto");
3658 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);