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

References

tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
  452   Server.addDocument(FooCpp, FooSource.code());
  461   auto Locations = runLocateSymbolAt(Server, FooCpp, FooSource.point());
  463   EXPECT_THAT(*Locations, ElementsAre(DeclAt(FooCpp, FooSource.range("one"))));
  469   Server.addDocument(FooCpp, FooSource.code(), WantDiagnostics::Auto);
  476   Locations = runLocateSymbolAt(Server, FooCpp, FooSource.point());
  478   EXPECT_THAT(*Locations, ElementsAre(DeclAt(FooCpp, FooSource.range("two"))));