Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp275 llvm::StringMap<SourceParams> ProxSources; in TEST() local
276 ProxSources.try_emplace(testPath("foo/baz.h")); in TEST()
277 URIDistance Distance(ProxSources); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1483 llvm::StringMap<SourceParams> ProxSources; in run() local
1489 ProxSources[Includes.getRealPath(HeaderIDAndDepth.getFirst())]; in run()
1497 FileProximity.emplace(ProxSources, ProxOpts); in run()
1549 llvm::StringMap<SourceParams> ProxSources; in runWithoutSema() local
1550 ProxSources[FileName].Cost = 0; in runWithoutSema()
1551 FileProximity.emplace(ProxSources); in runWithoutSema()