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