Lines Matching refs:HF
4559 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);4560 InsertText(FunLocStart, HF);5283 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);5284 if (!HF.empty())5285 Preamble += HF;