Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DDefineInlineTests.cpp397 ElementsAre(FileWithContents(testPath("a.h"), Expected))); in TEST_F()
945 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
953 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
961 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
969 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
978 testing::ElementsAre(FileWithContents( in TEST_F()
988 testing::ElementsAre(FileWithContents( in TEST_F()
1000 testing::ElementsAre(FileWithContents(testPath("a.h"), in TEST_F()
DDefineOutlineTests.cpp277 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
389 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
439 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
491 EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents( in TEST_F()
DTweakTesting.h103 MATCHER_P2(FileWithContents, FileName, Contents, "") {
/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdTests.cpp177 for (const auto &FileWithContents : ExtraFiles) local
178 FS.Files[testPath(FileWithContents.first)] =
179 std::string(FileWithContents.second);