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