reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
 9651       if (Cand->Viable && !Cand->Best &&
 9651       if (Cand->Viable && !Cand->Best &&
 9652           !isBetterOverloadCandidate(S, *Curr, *Cand, Loc, Kind)) {
 9653         PendingBest.push_back(Cand);
 9654         Cand->Best = true;
 9656         if (S.isEquivalentInternalLinkageDeclaration(Cand->Function,
 9658           EquivalentCands.push_back(Cand->Function);