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

References

tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
  577   runAddDocument(Server, FooCpp, SourceAnnotations.code());
  581       runLocateSymbolAt(Server, FooCpp, SourceAnnotations.point("p1"));
  583   EXPECT_THAT(*Locations, ElementsAre(Sym("foo", SourceAnnotations.range())));
  586   Locations = runLocateSymbolAt(Server, FooCpp, SourceAnnotations.point("p2"));
  593   Locations = runLocateSymbolAt(Server, FooCpp, SourceAnnotations.point("p3"));