Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPathMapping.cpp54 llvm::json::Object MappedObj; in applyPathMappings() local
59 MappedObj.try_emplace(std::move(*MappedKey), std::move(KV.second)); in applyPathMappings()
61 MappedObj.try_emplace(std::move(KV.first), std::move(KV.second)); in applyPathMappings()
64 *Obj = std::move(MappedObj); in applyPathMappings()