Home
last modified time | relevance | path

Searched refs:MatchesCopy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13030 UnresolvedSet<4> MatchesCopy; // TODO: avoid! in EliminateAllExceptMostSpecializedTemplate() local
13032 MatchesCopy.addDecl(Matches[I].second, Matches[I].first.getAccess()); in EliminateAllExceptMostSpecializedTemplate()
13037 MatchesCopy.begin(), MatchesCopy.end(), FailedCandidates, in EliminateAllExceptMostSpecializedTemplate()
13045 if (Result != MatchesCopy.end()) { in EliminateAllExceptMostSpecializedTemplate()
13047 Matches[0].first = Matches[Result - MatchesCopy.begin()].first; in EliminateAllExceptMostSpecializedTemplate()