Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:HF

4573       std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4574 InsertText(FunLocStart, HF);
5254 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);
5255 if (!HF.empty())
5256 InsertText(FunLocStart, HF);