Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPathMapping.cpp180 llvm::Expected<std::string> ParsedServerPath = parsePath(ServerPath); in parsePathMappings() local
181 if (!ParsedServerPath) in parsePathMappings()
182 return ParsedServerPath.takeError(); in parsePathMappings()
184 {std::move(*ParsedClientPath), std::move(*ParsedServerPath)}); in parsePathMappings()