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

References

tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
   99   Cmd.Filename = testPath("root/A.cc");
  100   Cmd.Directory = testPath("root");
  101   Cmd.CommandLine = {"clang++", "-DA=1", testPath("root/A.cc")};
  102   CDB.setCompileCommand(testPath("root/A.cc"), Cmd);