Home | History | Annotate | Download | only in AST

Lines Matching refs:TemplParamLists

1126     Context.Deallocate(TemplParamLists);
1127 TemplParamLists = 0;
1132 TemplParamLists = new (Context) TemplateParameterList*[NumTPLists];
1135 TemplParamLists[i] = TPLists[i];