Home | History | Annotate | Download | only in Sema

Lines Matching refs:Cands

8644   SmallVector<OverloadCandidate*, 32> Cands;
8645 if (OCD == OCD_AllCandidates) Cands.reserve(size());
8648 Cands.push_back(Cand);
8652 Cands.push_back(Cand);
8658 std::sort(Cands.begin(), Cands.end(),
8667 for (I = Cands.begin(), E = Cands.end(); I != E; ++I) {
8684 "Non-viable built-in candidates are not added to Cands.");