Home
last modified time | relevance | path

Searched refs:Reopen (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DMemoryBufferTest.cpp68 void testGetOpenFileSlice(bool Reopen);
229 void MemoryBufferTest::testGetOpenFileSlice(bool Reopen) { in testGetOpenFileSlice() argument
241 raw_fd_ostream OF(TestFD, true, !Reopen); in testGetOpenFileSlice()
246 if (Reopen) { in testGetOpenFileSlice()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dforward-class-impl-metadata.m26 // Reopen of an interface after use.