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

References

tools/clang/tools/extra/clangd/unittests/FSTests.cpp
   27   auto ProduceFS = StatCache.getProducingFS(FS);
   32   EXPECT_TRUE(StatCache.lookup(testPath("x")).hasValue());
   33   EXPECT_TRUE(StatCache.lookup(testPath("y")).hasValue());
   35   EXPECT_FALSE(StatCache.lookup(testPath("main")).hasValue());
   41   StatCache.update(*FS, S);
   42   auto ConsumeFS = StatCache.getConsumingFS(FS);