Home
last modified time | relevance | path

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

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