Searched defs:SynthesizeBlockFunc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp378 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
3327 std::string RewriteObjC::SynthesizeBlockFunc(BlockExpr *CE, int i, function in class:RewriteObjC
3346 assert(FT && "SynthesizeBlockFunc: No function proto");
3658 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
H A DRewriteModernObjC.cpp412 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
3722 std::string RewriteModernObjC::SynthesizeBlockFunc(BlockExpr *CE, int i, function in class:RewriteModernObjC
3741 assert(FT && "SynthesizeBlockFunc: No function proto");
4075 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);

Completed in 36 milliseconds