Searched refs:ProxSources (Results 1 – 2 of 2) sorted by relevance
275 llvm::StringMap<SourceParams> ProxSources; in TEST() local276 ProxSources.try_emplace(testPath("foo/baz.h")); in TEST()277 URIDistance Distance(ProxSources); in TEST()
1483 llvm::StringMap<SourceParams> ProxSources; in run() local1489 ProxSources[Includes.getRealPath(HeaderIDAndDepth.getFirst())]; in run()1497 FileProximity.emplace(ProxSources, ProxOpts); in run()1549 llvm::StringMap<SourceParams> ProxSources; in runWithoutSema() local1550 ProxSources[FileName].Cost = 0; in runWithoutSema()1551 FileProximity.emplace(ProxSources); in runWithoutSema()