Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp572 const FileEntry *SecondFile = in TEST_F() local
574 SourceMgr.overrideFileContents(SecondFile, std::move(Buf2)); in TEST_F()
581 EXPECT_FALSE(SourceMgr.isMainFile(*SecondFile)); in TEST_F()