Home
last modified time | relevance | path

Searched defs:statCache (Results 1 – 2 of 2) sorted by relevance

/external/clang/unittests/Basic/
DFileManagerTest.cpp127 FakeStatCache *statCache = new FakeStatCache; in TEST_F() local
178 FakeStatCache *statCache = new FakeStatCache; in TEST_F() local
195 FakeStatCache *statCache = new FakeStatCache; in TEST_F() local
214 FakeStatCache *statCache = new FakeStatCache; in TEST_F() local
227 FakeStatCache *statCache = new FakeStatCache; in TEST_F() local
/external/clang/lib/Basic/
DFileManager.cpp67 void FileManager::addStatCache(FileSystemStatCache *statCache, in addStatCache()
83 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache()