Lines Matching refs:Cands
10080 SmallVector<OverloadCandidate*, 32> Cands; in NoteCandidates() local
10081 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() local
10210 Cands.reserve(size()); in NoteCandidates()
10213 Cands.push_back(Cand); in NoteCandidates()
10218 std::sort(Cands.begin(), Cands.end(), in NoteCandidates()
10227 for (I = Cands.begin(), E = Cands.end(); I != E; ++I) { in NoteCandidates()