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

  /external/clang/include/clang/Basic/
FileSystemStatCache.h 37 CacheExists, //< We know the file exists and its cached stat data.
79 return get(Path, StatBuf, FileDescriptor, 0) ? CacheMissing : CacheExists;
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 52 R = ::stat(Path, &StatBuf) != 0 ? CacheMissing : CacheExists;
75 R = CacheExists;
  /external/clang/unittests/Basic/
FileManagerTest.cpp 58 return CacheExists;
  /external/clang/lib/Lex/
PTHLexer.cpp 703 return CacheExists;
  /external/clang/lib/Serialization/
ASTReader.cpp 930 return CacheExists;
    [all...]

Completed in 8253 milliseconds