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

References

tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
  288   EXPECT_TRUE(ShardHeader->Sources);
  289   EXPECT_EQ(ShardHeader->Sources->size(), 2U); // A.h, B.h
  291       ShardHeader->Sources->lookup("unittest:///root/A.h").DirectIncludes,
  293   EXPECT_NE(ShardHeader->Sources->lookup("unittest:///root/A.h").Digest,
  295   EXPECT_THAT(ShardHeader->Sources->lookup("unittest:///root/B.h"),