Home | History | Annotate | Download | only in Sema

Lines Matching refs:param_size

4140   if (Declaration->param_size() != Definition->param_size())
4142 for (unsigned Idx = 0; Idx < Declaration->param_size(); ++Idx) {