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

  /external/clang/lib/Basic/
FileSystemStatCache.cpp 68 R = CacheMissing;
86 R = CacheMissing;
99 R = CacheMissing;
106 if (R == CacheMissing) return true;
130 if (Result == CacheMissing)
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 58 CacheMissing ///< We know that the file doesn't exist.
104 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
  /external/clang/unittests/Basic/
FileManagerTest.cpp 62 return CacheMissing; // This means the file/directory doesn't exist.
  /external/clang/lib/Frontend/
CacheTokens.cpp 547 if (Result == CacheMissing) // Failed 'stat'.
  /external/clang/lib/Lex/
PTHLexer.cpp 720 return CacheMissing;

Completed in 97 milliseconds