Lines Matching refs:TemplParamLists
1751 Context.Deallocate(TemplParamLists);1752 TemplParamLists = nullptr;1757 TemplParamLists = new (Context) TemplateParameterList *[TPLists.size()];1759 std::copy(TPLists.begin(), TPLists.end(), TemplParamLists);