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

/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h57 CacheExists, ///< We know the file exists and its cached stat data. enumerator in enum:clang::FileSystemStatCache::LookupResult
104 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;

Completed in 275 milliseconds