Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp409 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()
H A DGlobalCompilationDatabase.h108 llvm::Optional<Path> CompileCommandsDir; member
H A DClangdLSPServer.cpp472 CDBOpts.CompileCommandsDir = Dir; in onInitialize()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp118 opt<Path> CompileCommandsDir{ variable
656 if (!CompileCommandsDir.empty()) { in FlagsConfigProvider()
657 if (llvm::sys::fs::exists(CompileCommandsDir)) { in FlagsConfigProvider()
662 llvm::SmallString<128> Path(CompileCommandsDir); in FlagsConfigProvider()
H A DCheck.cpp99 CDBOpts.CompileCommandsDir = in buildCommand()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp276 Opts.CompileCommandsDir = testRoot(); in TEST()