Home
last modified time | relevance | path

Searched defs:ScopeDistance (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DFileDistanceTests.cpp111 TEST(ScopeDistance, Smoke) { in TEST() argument
/external/llvm-project/clang-tools-extra/clangd/
DFileDistance.cpp214 ScopeDistance::ScopeDistance(llvm::ArrayRef<std::string> QueryScopes) in ScopeDistance() function in clang::clangd::ScopeDistance
DQuality.cpp335 static float scopeProximityScore(unsigned ScopeDistance) { in scopeProximityScore()