Searched refs:CacheExists (Results 1 - 4 of 4) 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
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp70 R = CacheExists;
92 R = CacheExists;
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp60 return CacheExists;
/external/clang/lib/Lex/
H A DPTHLexer.cpp722 return CacheExists;

Completed in 141 milliseconds