Searched refs:SourceParams (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | FileDistanceTests.cpp | 22 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 …]
|
D | QualityTests.cpp | 272 llvm::StringMap<SourceParams> ProxSources; in TEST()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FileDistance.h | 63 struct SourceParams { struct 77 FileDistance(llvm::StringMap<SourceParams> Sources, argument 96 URIDistance(llvm::StringMap<SourceParams> Sources, 110 llvm::StringMap<SourceParams> Sources;
|
D | FileDistance.cpp | 58 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()
|
D | CodeComplete.cpp | 1325 llvm::StringMap<SourceParams> ProxSources; in run() 1388 llvm::StringMap<SourceParams> ProxSources; in runWithoutSema()
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Dex.cpp | 140 llvm::StringMap<SourceParams> Sources; in createFileProximityIterator() 142 Sources[Path] = SourceParams(); in createFileProximityIterator()
|