Home
last modified time | relevance | path

Searched refs:DoUpdate (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp793 auto DoUpdate = [&](std::string Contents) -> bool { in TEST_F() local
805 ASSERT_TRUE(DoUpdate(SourceContents)); in TEST_F()
808 ASSERT_FALSE(DoUpdate(SourceContents)); in TEST_F()
814 ASSERT_TRUE(DoUpdate(SourceContents)); in TEST_F()
815 ASSERT_FALSE(DoUpdate(SourceContents)); in TEST_F()
821 ASSERT_TRUE(DoUpdate(SourceContents)); in TEST_F()
822 ASSERT_FALSE(DoUpdate(SourceContents)); in TEST_F()
828 ASSERT_TRUE(DoUpdate(SourceContents)); in TEST_F()
829 ASSERT_FALSE(DoUpdate(SourceContents)); in TEST_F()