HomeSort by relevance Sort by last modified time
    Searched refs:addStatCache (Results 1 - 5 of 5) sorted by null

  /external/clang/unittests/Basic/
FileManagerTest.cpp 100 manager.addStatCache(new FakeStatCache);
110 manager.addStatCache(new FakeStatCache);
138 manager.addStatCache(statCache);
161 manager.addStatCache(new FakeStatCache);
182 manager.addStatCache(statCache);
198 manager.addStatCache(statCache);
218 manager.addStatCache(statCache);
231 manager.addStatCache(statCache);
  /external/clang/include/clang/Basic/
FileManager.h 197 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false);
  /external/clang/lib/Basic/
FileManager.cpp 67 void FileManager::addStatCache(FileSystemStatCache *statCache,
  /external/clang/lib/Frontend/
CacheTokens.cpp 576 PP.getFileManager().addStatCache(StatCache, /*AtBeginning=*/true);
  /external/clang/lib/Lex/
Preprocessor.cpp 187 FileMgr.addStatCache(PTH->createStatCache());

Completed in 1907 milliseconds