Searched refs:CompileCommandsDir (Results 1 – 6 of 6) sorted by relevance
409 if (Opts.CompileCommandsDir) // FIXME: unify this case with config. in lookupCDB()410 SearchDirs = {*Opts.CompileCommandsDir}; in lookupCDB()674 if (Parent.Opts.CompileCommandsDir) { // FIXME: unify with config in filter()675 SearchPaths[I].setPointer(&Dirs[*Parent.Opts.CompileCommandsDir]); in filter()
108 llvm::Optional<Path> CompileCommandsDir; member
472 CDBOpts.CompileCommandsDir = Dir; in onInitialize()
118 opt<Path> CompileCommandsDir{ variable656 if (!CompileCommandsDir.empty()) { in FlagsConfigProvider()657 if (llvm::sys::fs::exists(CompileCommandsDir)) { in FlagsConfigProvider()662 llvm::SmallString<128> Path(CompileCommandsDir); in FlagsConfigProvider()
99 CDBOpts.CompileCommandsDir = in buildCommand()
276 Opts.CompileCommandsDir = testRoot(); in TEST()