Searched refs:SynthesizeBlockHelperFuncs (Results  1 – 2 of 2) sorted by relevance
| /external/clang/lib/Frontend/Rewrite/ | 
| D | RewriteObjC.cpp | 376     std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, 3343 std::string RewriteObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,  in SynthesizeBlockHelperFuncs()  function in RewriteObjC 3583       std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);  in SynthesizeBlockLiterals()
  | 
| D | RewriteModernObjC.cpp | 466     std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, 4142 std::string RewriteModernObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,  in SynthesizeBlockHelperFuncs()  function in RewriteModernObjC 4383       std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);  in SynthesizeBlockLiterals()
  |