Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp213 const auto *SourceContents = R"cpp( in TEST() local
229 const auto *SourceContents = R"cpp( in TEST() local
237 FS.Files[FooCpp] = SourceContents; in TEST()
264 const auto *SourceContents = R"cpp( in TEST() local
273 FS.Files[FooCpp] = SourceContents; in TEST()
421 const auto *SourceContents = R"cpp( in TEST() local
425 FS.Files[FooCpp] = SourceContents; in TEST()
482 const auto *SourceContents = R"cpp( in TEST() local
586 const auto *SourceContents = R"cpp( in TEST() local
1188 const char *SourceContents = R"cpp( in TEST() local
[all …]
H A DTUSchedulerTests.cpp787 std::string SourceContents = R"cpp( 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()
820 SourceContents += "\nint c = b;"; 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()
[all …]
H A DSemanticSelectionTests.cpp177 const char *SourceContents = R"cpp( in TEST() local
185 Annotations SourceAnnotations(SourceContents); in TEST()
H A DXRefsTests.cpp1524 const char *SourceContents = R"cpp( in TEST() local
1532 Annotations SourceAnnotations(SourceContents); in TEST()