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