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

/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h39 CacheMissing ///< We know that the file doesn't exist. enumerator in enum:clang::FileSystemStatCache::LookupResult
81 return get(Path, StatBuf, FileDescriptor, 0) ? CacheMissing : CacheExists;

Completed in 40 milliseconds