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

Declarations

tools/clang/tools/extra/clangd/ClangdServer.h
  297   blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds = 10);

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  601   if (Server->blockUntilIdleForTest(/*TimeoutSeconds=*/60))
tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
  154     EXPECT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  213   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  218   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  223   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  249   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  255   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  261   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  292   ASSERT_TRUE(Server.blockUntilIdleForTest());
  409   ASSERT_TRUE(Server.blockUntilIdleForTest());
  455   ASSERT_TRUE(Server.blockUntilIdleForTest());
  471   ASSERT_TRUE(Server.blockUntilIdleForTest());
  502   ASSERT_TRUE(Server.blockUntilIdleForTest());
  508   ASSERT_TRUE(Server.blockUntilIdleForTest());
  512   ASSERT_TRUE(Server.blockUntilIdleForTest());
  752     ASSERT_TRUE(Server.blockUntilIdleForTest());
  825   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
  980   EXPECT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";
 1005   ASSERT_TRUE(Server.blockUntilIdleForTest());
 1016   ASSERT_TRUE(Server.blockUntilIdleForTest());
 1080   ASSERT_TRUE(Server.blockUntilIdleForTest());
tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
  808   ASSERT_TRUE(Server.blockUntilIdleForTest());
 1476   ASSERT_TRUE(Server.blockUntilIdleForTest());
 1984   ASSERT_TRUE(Server.blockUntilIdleForTest());
tools/clang/tools/extra/clangd/unittests/FindSymbolsTests.cpp
   74     EXPECT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for preamble";
  332     EXPECT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for preamble";
tools/clang/tools/extra/clangd/unittests/SemanticHighlightingTests.cpp
  637   ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for server";
tools/clang/tools/extra/clangd/unittests/SyncAPI.cpp
   18   if (!Server.blockUntilIdleForTest())
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
  735   ASSERT_TRUE(Server.blockUntilIdleForTest());