Searched defs:CacheMissing (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h58 CacheMissing ///< We know that the file doesn't exist. enumerator in enum:clang::FileSystemStatCache::LookupResult
104 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;

Completed in 306 milliseconds