Searched refs:SynthesizeBlockFunc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 379 std::string SynthesizeBlockFunc(BlockExpr *CE, int i, 3251 std::string RewriteObjC::SynthesizeBlockFunc(BlockExpr *CE, int i, in SynthesizeBlockFunc() function in RewriteObjC 3578 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
|
| H A D | RewriteModernObjC.cpp | 469 std::string SynthesizeBlockFunc(BlockExpr *CE, int i, 4041 std::string RewriteModernObjC::SynthesizeBlockFunc(BlockExpr *CE, int i, in SynthesizeBlockFunc() function in RewriteModernObjC 4373 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
|