Searched refs:Cands (Results 1 – 1 of 1) sorted by relevance
9924 SmallVector<OverloadCandidate*, 32> Cands; in NoteCandidates() local9925 if (OCD == OCD_AllCandidates) Cands.reserve(size()); in NoteCandidates()9928 Cands.push_back(Cand); in NoteCandidates()9932 Cands.push_back(Cand); in NoteCandidates()9938 std::sort(Cands.begin(), Cands.end(), in NoteCandidates()9946 for (I = Cands.begin(), E = Cands.end(); I != E; ++I) { in NoteCandidates()10053 SmallVector<TemplateSpecCandidate *, 32> Cands; in NoteCandidates() local10054 Cands.reserve(size()); in NoteCandidates()10057 Cands.push_back(Cand); in NoteCandidates()10062 std::sort(Cands.begin(), Cands.end(), in NoteCandidates()[all …]