Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp272 llvm::StringMap<SourceParams> ProxSources; in TEST() local
273 ProxSources.try_emplace(testPath("foo/baz.h")); in TEST()
274 URIDistance Distance(ProxSources); in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1325 llvm::StringMap<SourceParams> ProxSources; in run() local
1328 auto &Source = ProxSources[Entry.getKey()]; in run()
1336 FileProximity.emplace(ProxSources, ProxOpts); in run()
1388 llvm::StringMap<SourceParams> ProxSources; in runWithoutSema() local
1389 ProxSources[FileName].Cost = 0; in runWithoutSema()
1390 FileProximity.emplace(ProxSources); in runWithoutSema()