Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DDefineInlineTests.cpp393 ElementsAre(FileWithContents(testPath("a.h"), Expected))); in TEST_F()
932 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
940 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
948 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
956 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
965 testing::ElementsAre(FileWithContents( in TEST_F()
975 testing::ElementsAre(FileWithContents( in TEST_F()
987 testing::ElementsAre(FileWithContents(testPath("a.h"), in TEST_F()
H A DDefineOutlineTests.cpp300 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
412 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
462 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
514 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
H A DTweakTesting.h103 MATCHER_P2(FileWithContents, FileName, Contents, "") {
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp176 for (const auto &FileWithContents : ExtraFiles) local
177 FS.Files[testPath(FileWithContents.first)] =
178 std::string(FileWithContents.second);