Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.cpp170 llvm::Optional<Path> CompileCommandsDir) { in DirectoryBasedGlobalCompilationDatabase() argument
171 if (CompileCommandsDir) in DirectoryBasedGlobalCompilationDatabase()
172 OnlyDirCache = std::make_unique<DirectoryCache>(*CompileCommandsDir); in DirectoryBasedGlobalCompilationDatabase()
DGlobalCompilationDatabase.h70 llvm::Optional<Path> CompileCommandsDir);
DClangdLSPServer.h48 llvm::Optional<Path> CompileCommandsDir; member
DClangdLSPServer.cpp497 Opts.CompileCommandsDir = Dir; in onInitialize()
500 Opts.CompileCommandsDir); in onInitialize()
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp97 opt<Path> CompileCommandsDir{ variable
722 if (!CompileCommandsDir.empty()) { in main()
723 if (llvm::sys::fs::exists(CompileCommandsDir)) { in main()
728 llvm::SmallString<128> Path(CompileCommandsDir); in main()
735 Opts.CompileCommandsDir = std::string(Path.str()); in main()
DCheck.cpp97 Opts.CompileCommandsDir); in buildCommand()