Home
last modified time | relevance | path

Searched refs:CacheMissing (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileSystemStatCache.cpp68 R = CacheMissing; in get()
85 R = CacheMissing; in get()
98 R = CacheMissing; in get()
105 if (R == CacheMissing) return true; in get()
129 if (Result == CacheMissing) in getStat()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileSystemStatCache.h58 CacheMissing ///< We know that the file doesn't exist. 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.cpp62 return CacheMissing; // This means the file/directory doesn't exist. in getStat()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCacheTokens.cpp547 if (Result == CacheMissing) // Failed 'stat'. in getStat()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPTHLexer.cpp712 return CacheMissing; in getStat()