Home | History | Annotate | Download | only in Sema

Lines Matching refs:NumMatches

9044   int NumMatches = Resolver.getNumMatches();
9046 if (NumMatches == 0 && Complain) {
9052 else if (NumMatches > 1 && Complain)
9054 else if (NumMatches == 1) {