Home
last modified time | relevance | path

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

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