Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
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 …]
DQualityTests.cpp272 llvm::StringMap<SourceParams> ProxSources; in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DFileDistance.h63 struct SourceParams { struct
77 FileDistance(llvm::StringMap<SourceParams> Sources, argument
96 URIDistance(llvm::StringMap<SourceParams> Sources,
110 llvm::StringMap<SourceParams> Sources;
DFileDistance.cpp58 FileDistance::FileDistance(llvm::StringMap<SourceParams> Sources, in FileDistance()
165 llvm::StringMap<SourceParams> SchemeSources; in forScheme()
192 llvm::StringMap<SourceParams> Sources; in createScopeFileDistance()
196 SourceParams Param; in createScopeFileDistance()
DCodeComplete.cpp1325 llvm::StringMap<SourceParams> ProxSources; in run()
1388 llvm::StringMap<SourceParams> ProxSources; in runWithoutSema()
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.cpp140 llvm::StringMap<SourceParams> Sources; in createFileProximityIterator()
142 Sources[Path] = SourceParams(); in createFileProximityIterator()