Searched refs:ResultCandidate (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5499 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; typedef
5502 Sema &SemaRef, SmallVectorImpl<ResultCandidate> &Results,
5516 Results.push_back(ResultCandidate(Candidate.Function));
5523 ArrayRef<ResultCandidate> Candidates, unsigned N) {
5548 MutableArrayRef<ResultCandidate> Candidates,
5574 SmallVector<ResultCandidate, 8> Results;
5606 Results.push_back(ResultCandidate(FD));
5641 Results.push_back(ResultCandidate(FP));
5644 Results.push_back(ResultCandidate(FT));
5687 SmallVector<ResultCandidate,
[all...]

Completed in 122 milliseconds