Searched refs:MappedObj (Results 1 – 1 of 1) sorted by relevance
54 llvm::json::Object MappedObj; in applyPathMappings() local59 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()