Searched refs:Cands (Results 1 – 1 of 1) sorted by relevance
10080 SmallVector<OverloadCandidate*, 32> Cands; in NoteCandidates() local10081 if (OCD == OCD_AllCandidates) Cands.reserve(size()); in NoteCandidates()10084 Cands.push_back(Cand); in NoteCandidates()10088 Cands.push_back(Cand); in NoteCandidates()10094 std::sort(Cands.begin(), Cands.end(), in NoteCandidates()10102 for (I = Cands.begin(), E = Cands.end(); I != E; ++I) { in NoteCandidates()10209 SmallVector<TemplateSpecCandidate *, 32> Cands; in NoteCandidates() local10210 Cands.reserve(size()); in NoteCandidates()10213 Cands.push_back(Cand); in NoteCandidates()10218 std::sort(Cands.begin(), Cands.end(), in NoteCandidates()[all …]