Home
last modified time | relevance | path

Searched refs:CacheExists (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Basic/
DFileSystemStatCache.cpp70 R = CacheExists; in get()
93 R = CacheExists; in get()
/external/clang/include/clang/Basic/
DFileSystemStatCache.h57 CacheExists, ///< We know the file exists and its cached stat data. enumerator
104 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists; in statChained()
/external/clang/unittests/Basic/
DFileManagerTest.cpp59 return CacheExists; in getStat()
/external/clang/lib/Lex/
DPTHLexer.cpp730 return CacheExists; in getStat()