Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp247 using ScoredBundle = typedef
250 bool operator()(const ScoredBundle &L, const ScoredBundle &R) { in operator ()()
1503 toCodeCompleteResult(const std::vector<ScoredBundle> &Scored) { in toCodeCompleteResult()
1562 std::vector<ScoredBundle>
1622 TopN<ScoredBundle, ScoredBundleGreater> Top( in mergeResults()
1669 void addCandidate(TopN<ScoredBundle, ScoredBundleGreater> &Candidates, in addCandidate() argument