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 98 manager.addStatCache(new FakeStatCache);
108 manager.addStatCache(new FakeStatCache);
128 manager.addStatCache(statCache);
142 manager.addStatCache(new FakeStatCache);
163 manager.addStatCache(statCache);
179 manager.addStatCache(statCache);
199 manager.addStatCache(statCache);
212 manager.addStatCache(statCache);
  /external/clang/include/clang/Basic/
FileManager.h 195 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false);
  /external/clang/lib/Basic/
FileManager.cpp 201 void FileManager::addStatCache(FileSystemStatCache *statCache,
  /external/clang/lib/Frontend/
CacheTokens.cpp 552 PP.getFileManager().addStatCache(StatCache, /*AtBeginning=*/true);
  /external/clang/lib/Lex/
Preprocessor.cpp 187 FileMgr.addStatCache(PTH->createStatCache());

Completed in 29 milliseconds