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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp468 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
4043 std::string RewriteModernObjC::SynthesizeBlockFunc(BlockExpr *CE, int i, function in class:RewriteModernObjC
4066 assert(FT && "SynthesizeBlockFunc: No function proto");
4375 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
H A DRewriteObjC.cpp378 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
3259 std::string RewriteObjC::SynthesizeBlockFunc(BlockExpr *CE, int i, function in class:RewriteObjC
3278 assert(FT && "SynthesizeBlockFunc: No function proto");
3586 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);

Completed in 128 milliseconds