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

References

tools/clang/lib/Sema/SemaOverload.cpp
 9627   Best = end();
 9631       if (Best == end() ||
 9632           isBetterOverloadCandidate(S, *Cand, *Best, Loc, Kind))
 9633         Best = Cand;
 9637   if (Best == end())
 9643   PendingBest.push_back(&*Best);
 9644   Best->Best = true;
 9660           Best = end();
 9666   if (Best == end())
 9670   if (Best->Function && Best->Function->isDeleted())
 9670   if (Best->Function && Best->Function->isDeleted())
 9674     S.diagnoseEquivalentInternalLinkageDeclarations(Loc, Best->Function,