Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDFileSystemStatCache.cpp57 R = CacheMissing; in get()
74 R = CacheMissing; in get()
87 R = CacheMissing; in get()
94 if (R == CacheMissing) return true; in get()
118 if (Result == CacheMissing) in getStat()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDFileSystemStatCache.h58 CacheMissing ///< We know that the file doesn't exist. enumerator
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists; in statChained()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCacheTokens.cpp557 if (Result == CacheMissing) // Failed 'stat'. in getStat()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPTHLexer.cpp711 return CacheMissing; in getStat()