Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp83 std::unique_ptr<llvm::MemoryBuffer> CommandLineBuf = in TEST_F() local
86 "<command line>", CommandLineBuf->getBufferSize(), 0); in TEST_F()
87 SourceMgr.overrideFileContents(CommandLineFile, std::move(CommandLineBuf)); in TEST_F()