reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.h
  138   setCompileCommand(PathRef File,

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1123       CDB->setCompileCommand(File, std::move(New));
tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
  102   CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  142   CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  154   CDB.setCompileCommand(testPath("root/B.cc"), Cmd);
  204     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  214     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  272     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  322     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  337     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  355     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  396     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  412     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  428     CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  452   CDB.setCompileCommand(testPath("root/build/../A.cc"), Cmd);
  458   CDB.setCompileCommand(testPath("root/./B.cc"), Cmd);
  490   CDB.setCompileCommand(testPath("build/../A.cc"), Cmd);
  546   CDB.setCompileCommand(testPath("build/../A.cc"), Cmd);
  562   CDB.setCompileCommand(testPath("build/../A.cc"), Cmd);
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
   96   CDB.setCompileCommand(testPath("foo.cc"), Override);
  100   CDB.setCompileCommand(testPath("missing.cc"), Override);
  116   CDB.setCompileCommand(testPath("bar.cc"), Override);
  134   Inner.setCompileCommand("A.cpp", tooling::CompileCommand());
  135   Outer.setCompileCommand("B.cpp", tooling::CompileCommand());
  136   Inner.setCompileCommand("A.cpp", llvm::None);
  137   Outer.setCompileCommand("C.cpp", llvm::None);
  161   CDB.setCompileCommand(testPath("foo.cc"), Cmd);
  298   DB.setCompileCommand(Root.str(), tooling::CompileCommand());