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

References

tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
  139   Cmd.Filename = testPath("root/A.cc");
  140   Cmd.Directory = testPath("root");
  141   Cmd.CommandLine = {"clang++", "-DA=1", testPath("root/A.cc")};
  142   CDB.setCompileCommand(testPath("root/A.cc"), Cmd);
  152   Cmd.Filename = testPath("root/B.cc");
  153   Cmd.CommandLine = {"clang++", Cmd.Filename};
  153   Cmd.CommandLine = {"clang++", Cmd.Filename};
  154   CDB.setCompileCommand(testPath("root/B.cc"), Cmd);