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;
85 R = CacheMissing;
98 R = CacheMissing;
105 if (R == CacheMissing) return true;
129 if (Result == CacheMissing)
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 58 CacheMissing ///< We know that the file doesn't exist.
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
  /external/clang/unittests/Basic/
FileManagerTest.cpp 63 return CacheMissing; // This means the file/directory doesn't exist.
  /external/clang/lib/Frontend/
CacheTokens.cpp 557 if (Result == CacheMissing) // Failed 'stat'.
  /external/clang/lib/Lex/
PTHLexer.cpp 712 return CacheMissing;

Completed in 73 milliseconds