Lines Matching defs:CDB

100   OverlayCDB CDB(/*Base=*/nullptr);
101 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
108 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
148 OverlayCDB CDB(/*Base=*/nullptr, /*FallbackFlags=*/{},
152 FS, CDB, [&](llvm::StringRef) { return &MSS; }, std::move(Opts));
156 CDB.setCompileCommand(FullPath, std::move(Cmd));
192 OverlayCDB CDB(/*Base=*/nullptr);
195 FS, CDB, [&](llvm::StringRef) { return &MSS; }, Opts);
201 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
213 CDB.setCompileCommand(testPath("root/B.cc"), Cmd);
247 OverlayCDB CDB(/*Base=*/nullptr);
250 FS, CDB, [&](llvm::StringRef) { return &MSS; }, Opts);
256 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
288 OverlayCDB CDB(/*Base=*/nullptr);
289 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
291 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
298 OverlayCDB CDB(/*Base=*/nullptr);
299 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
301 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
357 OverlayCDB CDB(/*Base=*/nullptr);
358 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
360 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
407 OverlayCDB CDB(/*Base=*/nullptr);
408 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
410 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
422 OverlayCDB CDB(/*Base=*/nullptr);
423 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
425 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
440 OverlayCDB CDB(/*Base=*/nullptr);
441 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
443 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
481 OverlayCDB CDB(/*Base=*/nullptr);
482 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
484 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
497 OverlayCDB CDB(/*Base=*/nullptr);
498 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
500 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
513 OverlayCDB CDB(/*Base=*/nullptr);
514 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
516 CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
531 OverlayCDB CDB(/*Base=*/nullptr);
532 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
541 CDB.setCompileCommand(testPath("root/build/../A.cc"), Cmd);
548 CDB.setCompileCommand(testPath("root/./B.cc"), Cmd);
562 OverlayCDB CDB(/*Base=*/nullptr);
563 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
580 CDB.setCompileCommand(testPath("build/../A.cc"), Cmd);
626 OverlayCDB CDB(/*Base=*/nullptr);
627 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
636 CDB.setCompileCommand(testPath("build/../A.cc"), Cmd);
654 OverlayCDB CDB(/*Base=*/nullptr);
655 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
664 CDB.setCompileCommand(testPath("A.cc"), Cmd);
676 CDB.setCompileCommand(testPath("A.cc"), Cmd);
903 MockCompilationDatabase CDB;
904 BackgroundIndex Idx(FS, CDB, [](llvm::StringRef) { return nullptr; },