Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp236 Cfg.CompileFlags.CDBSearch.FixedCDBPath = testPath("foo"); in TEST()
243 Cfg.CompileFlags.CDBSearch.FixedCDBPath = testRoot(); in TEST()
379 Spec.FixedCDBPath = testPath("w"); // doesn't exist in TEST()
385 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
H A DConfigCompileTests.cpp163 EXPECT_EQ(Conf.CompileFlags.CDBSearch.FixedCDBPath, testPath("Something")); in TEST_F()
172 EXPECT_EQ(Conf.CompileFlags.CDBSearch.FixedCDBPath, testPath("Something2")); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfig.h59 llvm::Optional<std::string> FixedCDBPath; member
H A DGlobalCompilationDatabase.cpp418 Storage = *Spec.FixedCDBPath; in lookupCDB()
691 SearchPaths[I].setPointer(&Dirs[*Spec.FixedCDBPath]); in filter()
H A DConfigCompile.cpp313 Spec->FixedCDBPath = std::move(Path); in compile()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp100 Config::current().CompileFlags.CDBSearch.FixedCDBPath; in buildCommand()