Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DPathMapping.cpp57 if (std::optional<std::string> MappedKey = in applyPathMappings() local
59 MappedObj.try_emplace(std::move(*MappedKey), std::move(KV.second)); in applyPathMappings()