Lines Matching refs:Cands
9924 SmallVector<OverloadCandidate*, 32> Cands; in NoteCandidates() local
9925 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() local
10054 Cands.reserve(size()); in NoteCandidates()
10057 Cands.push_back(Cand); in NoteCandidates()
10062 std::sort(Cands.begin(), Cands.end(), in NoteCandidates()
10071 for (I = Cands.begin(), E = Cands.end(); I != E; ++I) { in NoteCandidates()