Home
last modified time | relevance | path

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

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