Searched refs:CompileCommandsDir (Results 1 – 6 of 6) sorted by relevance
170 llvm::Optional<Path> CompileCommandsDir) { in DirectoryBasedGlobalCompilationDatabase() argument171 if (CompileCommandsDir) in DirectoryBasedGlobalCompilationDatabase()172 OnlyDirCache = std::make_unique<DirectoryCache>(*CompileCommandsDir); in DirectoryBasedGlobalCompilationDatabase()
70 llvm::Optional<Path> CompileCommandsDir);
48 llvm::Optional<Path> CompileCommandsDir; member
497 Opts.CompileCommandsDir = Dir; in onInitialize()500 Opts.CompileCommandsDir); in onInitialize()
97 opt<Path> CompileCommandsDir{ variable722 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()
97 Opts.CompileCommandsDir); in buildCommand()