Home | History | Annotate | Download | only in Sema

Lines Matching refs:isBetterCandidate

10363   bool isBetterCandidate(const FunctionDecl *A, const FunctionDecl *B) {
10379 if (isBetterCandidate(I->second, Best->second))
10385 return BestFn == Pair.second || isBetterCandidate(BestFn, Pair.second);