Searched refs:is_better_candidate (Results 1 – 1 of 1) sorted by relevance
1236 auto is_better_candidate = [&](Macro* a, Macro* b) { in LookupCall() local1244 is_better_candidate); in LookupCall()1246 if (candidate != best && !is_better_candidate(best, candidate)) { in LookupCall()