Home | History | Annotate | Download | only in Sema

Lines Matching full:nummatches

10689   int NumMatches = Resolver.getNumMatches();
10692 if (NumMatches == 0 && ShouldComplain) {
10698 else if (NumMatches > 1 && ShouldComplain)
10700 else if (NumMatches == 1) {