Home
last modified time | relevance | path

Searched refs:ScoredBundle (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp270 using ScoredBundle = typedef
273 bool operator()(const ScoredBundle &L, const ScoredBundle &R) { in operator ()()
1664 toCodeCompleteResult(const std::vector<ScoredBundle> &Scored) { in toCodeCompleteResult()
1733 std::vector<ScoredBundle>
1793 TopN<ScoredBundle, ScoredBundleGreater> Top( in mergeResults()
1841 void addCandidate(TopN<ScoredBundle, ScoredBundleGreater> &Candidates, in addCandidate() argument