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

References

tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
  462   EXPECT_TRUE(bool(Locations));
  463   EXPECT_THAT(*Locations, ElementsAre(DeclAt(FooCpp, FooSource.range("one"))));
  476   Locations = runLocateSymbolAt(Server, FooCpp, FooSource.point());
  477   EXPECT_TRUE(bool(Locations));
  478   EXPECT_THAT(*Locations, ElementsAre(DeclAt(FooCpp, FooSource.range("two"))));