Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:HF

4080       std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4081 InsertText(FunLocStart, HF);
4803 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);
4804 if (!HF.empty())
4805 InsertText(FunLocStart, HF);