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

References

tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
  449   Cmd.Filename = "../A.cc";
  450   Cmd.Directory = testPath("root/build");
  451   Cmd.CommandLine = {"clang++", "../A.cc"};
  452   CDB.setCompileCommand(testPath("root/build/../A.cc"), Cmd);
  455   Cmd.Filename = "./B.cc";
  456   Cmd.Directory = testPath("root");
  457   Cmd.CommandLine = {"clang++", "./B.cc"};
  458   CDB.setCompileCommand(testPath("root/./B.cc"), Cmd);