Home
last modified time | relevance | path

Searched refs:SourceParams (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFileDistanceTests.cpp22 SourceParams CostTwo; in TEST()
25 {{"tools/clang/lib/Format/FormatToken.cpp", SourceParams()}, in TEST()
26 {"tools/clang/include/clang/Format/FormatToken.h", SourceParams()}, in TEST()
52 SourceParams CostLots; in TEST()
54 FileDistance D({{"a", SourceParams()}, {"b/b/b", CostLots}}, Opts); in TEST()
67 SourceParams CostLots; in TEST()
71 {"/not/a/testpath", SourceParams()}, in TEST()
72 {"C:\\not\\a\\testpath", SourceParams()}}, in TEST()
86 SourceParams CheapButLimited, CostLots; in TEST()
101 SourceParams CostLots; in TEST()
[all …]
H A DQualityTests.cpp275 llvm::StringMap<SourceParams> ProxSources; in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFileDistance.h58 struct SourceParams { struct
72 FileDistance(llvm::StringMap<SourceParams> Sources, argument
91 URIDistance(llvm::StringMap<SourceParams> Sources,
105 llvm::StringMap<SourceParams> Sources;
H A DFileDistance.cpp60 FileDistance::FileDistance(llvm::StringMap<SourceParams> Sources, in FileDistance()
166 llvm::StringMap<SourceParams> SchemeSources; in forScheme()
193 llvm::StringMap<SourceParams> Sources; in createScopeFileDistance()
197 SourceParams Param; in createScopeFileDistance()
H A DCodeComplete.cpp1483 llvm::StringMap<SourceParams> ProxSources; in run()
1549 llvm::StringMap<SourceParams> ProxSources; in runWithoutSema()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DDex.cpp163 llvm::StringMap<SourceParams> Sources; in createFileProximityIterator()
165 Sources[Path] = SourceParams(); in createFileProximityIterator()