Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DPathMapping.cpp170 llvm::StringRef ClientPath, ServerPath, PathPair, Rest = RawPathMappings; in parsePathMappings() local
173 std::tie(PathPair, Rest) = Rest.split(","); in parsePathMappings()
174 std::tie(ClientPath, ServerPath) = PathPair.split("="); in parsePathMappings()
176 return error("Not a valid path mapping pair: {0}", PathPair); in parsePathMappings()