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

References

tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
  582   EXPECT_TRUE(bool(Locations)) << "findDefinitions returned an error";
  583   EXPECT_THAT(*Locations, ElementsAre(Sym("foo", SourceAnnotations.range())));
  586   Locations = runLocateSymbolAt(Server, FooCpp, SourceAnnotations.point("p2"));
  587   EXPECT_TRUE(bool(Locations)) << "findDefinitions returned an error";
  589       *Locations,
  593   Locations = runLocateSymbolAt(Server, FooCpp, SourceAnnotations.point("p3"));
  594   EXPECT_TRUE(bool(Locations)) << "findDefinitions returned an error";
  595   EXPECT_THAT(*Locations,