Searched refs:FileWithContents (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | DefineInlineTests.cpp | 393 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 D | DefineOutlineTests.cpp | 300 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 D | TweakTesting.h | 103 MATCHER_P2(FileWithContents, FileName, Contents, "") {
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ClangdTests.cpp | 176 for (const auto &FileWithContents : ExtraFiles) local 177 FS.Files[testPath(FileWithContents.first)] = 178 std::string(FileWithContents.second);
|