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

References

tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
  487   updateWithCallback(S, Foo, SourceContents, WantDiagnostics::Yes,
  489   ASSERT_TRUE(S.blockUntilIdle(timeoutSeconds(10)));
  494   updateWithCallback(S, Bar, SourceContents, WantDiagnostics::Yes,
  496   updateWithCallback(S, Baz, SourceContents, WantDiagnostics::Yes,
  498   ASSERT_TRUE(S.blockUntilIdle(timeoutSeconds(10)));
  502   ASSERT_THAT(S.getFilesWithCachedAST(), UnorderedElementsAre(Bar, Baz));
  505   updateWithCallback(S, Foo, OtherSourceContents, WantDiagnostics::Yes,
  507   ASSERT_TRUE(S.blockUntilIdle(timeoutSeconds(10)));
  512   EXPECT_THAT(S.getFilesWithCachedAST(),