Searched refs:FixedCDBPath (Results 1 – 6 of 6) sorted by relevance
236 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()
163 EXPECT_EQ(Conf.CompileFlags.CDBSearch.FixedCDBPath, testPath("Something")); in TEST_F()172 EXPECT_EQ(Conf.CompileFlags.CDBSearch.FixedCDBPath, testPath("Something2")); in TEST_F()
59 llvm::Optional<std::string> FixedCDBPath; member
418 Storage = *Spec.FixedCDBPath; in lookupCDB()691 SearchPaths[I].setPointer(&Dirs[*Spec.FixedCDBPath]); in filter()
313 Spec->FixedCDBPath = std::move(Path); in compile()
100 Config::current().CompileFlags.CDBSearch.FixedCDBPath; in buildCommand()