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

References

tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  251     File = FS.Root;
  252     llvm::sys::path::append(File, "build", "..", "a.cc");
  253     DB.getCompileCommand(File.str());
  258     File = FS.Root;
  259     llvm::sys::path::append(File, "build", "gen.cc");
  260     DB.getCompileCommand(File.str());
  273     File = FS.Root;
  274     llvm::sys::path::append(File, "a.cc");
  275     DB.getCompileCommand(File.str());
  281     File = FS.Root;
  282     llvm::sys::path::append(File, "build", "gen.cc");
  283     DB.getCompileCommand(File.str());