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

  /external/clang/include/clang/Basic/
FileSystemStatCache.h 57 CacheExists, ///< We know the file exists and its cached stat data.
104 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 70 R = CacheExists;
93 R = CacheExists;
  /external/clang/unittests/Basic/
FileManagerTest.cpp 59 return CacheExists;
  /external/clang/lib/Lex/
PTHLexer.cpp 730 return CacheExists;

Completed in 201 milliseconds