Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp293 ScopeRefsInFile = in merge()
294 std::max(ScopeRefsInFile, in merge()
317 ScopeRefsInFile = std::max( in computeASTSignals()
318 ScopeRefsInFile, MainFileSignals->RelatedNamespaces.lookup(Scope)); in computeASTSignals()
478 if (ScopeRefsInFile >= 2) { in evaluateHeuristics()
480 float S = std::pow(ScopeRefsInFile, -0.10); in evaluateHeuristics()
H A DQuality.h147 unsigned ScopeRefsInFile = 0; member
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp57 MATCHER_P(scopeRefs, Refs, "") { return arg.ScopeRefsInFile == Refs; }
1172 unsigned ScopeRefsInFile; in TEST() member
1180 RecordedCompletions.push_back({CC.Name, R.MainFileRefs, R.ScopeRefsInFile}); in TEST()