Searched refs:ParsedServerPath (Results 1 – 1 of 1) sorted by relevance
180 llvm::Expected<std::string> ParsedServerPath = parsePath(ServerPath); in parsePathMappings() local181 if (!ParsedServerPath) in parsePathMappings()182 return ParsedServerPath.takeError(); in parsePathMappings()184 {std::move(*ParsedClientPath), std::move(*ParsedServerPath)}); in parsePathMappings()