Searched defs:ScopeDistance (Results 1 – 3 of 3) sorted by relevance
111 TEST(ScopeDistance, Smoke) { in TEST() argument
214 ScopeDistance::ScopeDistance(llvm::ArrayRef<std::string> QueryScopes) in ScopeDistance() function in clang::clangd::ScopeDistance
335 static float scopeProximityScore(unsigned ScopeDistance) { in scopeProximityScore()