Searched refs:BestFn (Results 1 – 1 of 1) sorted by relevance
10382 const FunctionDecl *BestFn = Best->second; in eliminiateSuboptimalOverloadCandidates() local10383 auto IsBestOrInferiorToBest = [this, BestFn]( in eliminiateSuboptimalOverloadCandidates()10385 return BestFn == Pair.second || isBetterCandidate(BestFn, Pair.second); in eliminiateSuboptimalOverloadCandidates()