Searched refs:ProxSources (Results 1 – 2 of 2) sorted by relevance
272 llvm::StringMap<SourceParams> ProxSources; in TEST() local273 ProxSources.try_emplace(testPath("foo/baz.h")); in TEST()274 URIDistance Distance(ProxSources); in TEST()
1325 llvm::StringMap<SourceParams> ProxSources; in run() local1328 auto &Source = ProxSources[Entry.getKey()]; in run()1336 FileProximity.emplace(ProxSources, ProxOpts); in run()1388 llvm::StringMap<SourceParams> ProxSources; in runWithoutSema() local1389 ProxSources[FileName].Cost = 0; in runWithoutSema()1390 FileProximity.emplace(ProxSources); in runWithoutSema()