Home | History | Annotate | Download | only in Sema

Lines Matching refs:param_size

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