Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp96 std::unique_ptr<llvm::MemoryBuffer> ScratchSpaceBuf = in TEST_F() local
99 "<scratch space>", ScratchSpaceBuf->getBufferSize(), 0); in TEST_F()
100 SourceMgr.overrideFileContents(ScratchSpaceFile, std::move(ScratchSpaceBuf)); in TEST_F()