Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFileDistance.cpp180 static std::pair<std::string, int> scopeToPath(llvm::StringRef Scope) { in scopeToPath() function
207 auto Path = scopeToPath(S); in createScopeFileDistance()
219 return Distance.distance(scopeToPath(SymbolScope).first); in distance()