Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h173 class TempLink {
178 TempLink(StringRef Target, StringRef Link) { in TempLink() function
185 ~TempLink() { in ~TempLink()
191 TempLink(const TempLink &) = delete;
192 TempLink &operator=(const TempLink &) = delete;
194 TempLink(TempLink &&) = default;
195 TempLink &operator=(TempLink &&) = default;
/llvm-project-15.0.7/llvm/unittests/Testing/Support/
H A DTempPathTest.cpp17 using llvm::unittest::TempLink;
71 TEST(TempPathTest, TempLink) { in TEST() argument
76 Optional<TempLink> Link1, Link2; in TEST()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp19 using llvm::unittest::TempLink;
216 TempLink symlink(file_root.path("foo"), file_root.path("bar")); in TEST()
264 TempLink symlink(file_root.path("a"), file_root.path("b")); in TEST()
H A DVirtualFileSystemTest.cpp27 using llvm::unittest::TempLink;
471 TempLink C(ADir.path(), Root.path("c")); in TEST()
533 TempLink _a("no_such_file", TestDirectory.path("a")); in TEST()
535 TempLink _c("no_such_file", TestDirectory.path("c")); in TEST()
686 TempLink _a("no_such_file", TestDirectory.path("a")); in TEST()
688 TempLink _ba("no_such_file", TestDirectory.path("b/a")); in TEST()
690 TempLink _bc("no_such_file", TestDirectory.path("b/c")); in TEST()
691 TempLink _c("no_such_file", TestDirectory.path("c")); in TEST()
695 TempLink _e("no_such_file", TestDirectory.path("e")); in TEST()