Home
last modified time | relevance | path

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

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