Searched refs:SynthesizeBlockHelperFuncs (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 375 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, 3363 std::string RewriteObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, in SynthesizeBlockHelperFuncs() function in RewriteObjC 3603 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
|
H A D | RewriteModernObjC.cpp | 471 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, 4232 std::string RewriteModernObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, in SynthesizeBlockHelperFuncs() function in RewriteModernObjC 4473 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
|