Searched refs:otherParameters (Results 1 – 1 of 1) sorted by relevance
388 const std::vector<const Variable*>& otherParameters = f.parameters(); in matches() local389 if (parameters.size() != otherParameters.size()) { in matches()393 if (parameters[i]->type() != otherParameters[i]->type()) { in matches()