Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DFileManagerTest.cpp185 const FileEntry *fileFoo = manager.getFile("foo.cpp"); in TEST_F() local
187 ASSERT_TRUE(fileFoo != nullptr); in TEST_F()
189 EXPECT_NE(fileFoo, fileBar); in TEST_F()