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

References

tools/clang/tools/extra/clangd/unittests/DiagnosticsTests.cpp
  162   TU.Filename = "Plain.c";
tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp
  150   File.Filename = (Basename + ".cpp").str();
  154   M.updatePreamble(File.Filename, AST.getASTContext(), AST.getPreprocessorPtr(),
  330   Test.Filename = "test.cc";
  332   Index.updateMain(Test.Filename, AST);
  337   Test2.Filename = "test2.cc";
  339   Index.updateMain(Test2.Filename, AST);
  356   TU.Filename = "f.cpp";
  361   Index.updatePreamble(TU.Filename, AST.getASTContext(),
  384   Index.updateMain(testPath(TU.Filename), AST);
  396   Cpp.Filename = "foo.cpp";
tools/clang/tools/extra/clangd/unittests/HeaderSourceSwitchTests.cpp
  120   Testing.Filename = "a.cpp";
  130   Testing.Filename = "b.cpp";
  176     TU.Filename = "TestTU.h";
  180               getCorrespondingHeaderOrSource(testPath(TU.Filename), HeaderAST,
  205   TUForIndex.Filename = "TestTU.cpp";
  243     TU.Filename = "Test.cpp";
  246               getCorrespondingHeaderOrSource(testPath(TU.Filename), AST,
tools/clang/tools/extra/clangd/unittests/IndexTests.cpp
  368   Test.Filename = "test.cc";
  370   Dyn.updateMain(Test.Filename, AST);
  375   Test.Filename = "test.cc";
  378   StaticIndex.updateMain(Test.Filename, StaticAST);
  385   Test2.Filename = "test2.cc";
  387   StaticIndex.updateMain(Test2.Filename, StaticAST);
tools/clang/tools/extra/clangd/unittests/RenameTests.cpp
   83         renameWithinFile(AST, testPath(TU.Filename), Code.point(), "abcde");
  106   OtherFile.Filename = "other.cc";
  174       TU.Filename = "test.h";
  180     auto Results = renameWithinFile(AST, testPath(TU.Filename), T.point(),
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  116     File.Filename = FileName;
tools/clang/tools/extra/clangd/unittests/TestTU.cpp
   23   std::string FullFilename = testPath(Filename),
   91   Idx->updatePreamble(Filename, AST.getASTContext(), AST.getPreprocessorPtr(),
   93   Idx->updateMain(Filename, AST);
tools/clang/tools/extra/clangd/unittests/TweakTesting.cpp
  120     if (It.first() == testPath(TU.Filename))
tools/clang/tools/extra/clangd/unittests/TypeHierarchyTests.cpp
  629       TypeHierarchyDirection::Children, Index.get(), testPath(TU.Filename));
tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
 2139   IndexedTU.Filename = "Indexed.cpp";