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

References

tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  252     TestFileURI = URI::create(TestFileName).toString();
  270     Args.push_back(TestFileName);
  278     InMemoryFileSystem->addFile(TestFileName, 0,
  517   TestFileName = testPath("test.m");
  535   TestFileName = testPath("test.m");
  658   TestFileName = testPath("foo.cpp");
  663   TestFileName = testPath("foo.h");
  735   TestFileName = "x.cpp";
  746   TestFileName = testPath("x.cpp");
 1053   TestFileName = testPath("no_ext_main");
 1054   TestFileURI = URI::create(TestFileName).toString();
 1073   TestFileName = testPath("main.cc");
 1074   TestFileURI = URI::create(TestFileName).toString();