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

References

tools/clang/lib/Sema/SemaOverload.cpp
11569       MatchesCopy.addDecl(Matches[I].second, Matches[I].first.getAccess());
11574         MatchesCopy.begin(), MatchesCopy.end(), FailedCandidates,
11574         MatchesCopy.begin(), MatchesCopy.end(), FailedCandidates,
11582     if (Result != MatchesCopy.end()) {
11584       Matches[0].first = Matches[Result - MatchesCopy.begin()].first;