Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileSystemStatCache.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()
/external/clang/include/clang/Basic/
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()
/external/clang/unittests/Basic/
DFileManagerTest.cpp63 return CacheMissing; // This means the file/directory doesn't exist. in getStat()
/external/clang/lib/Frontend/
DCacheTokens.cpp558 if (Result == CacheMissing) // Failed 'stat'. in getStat()
/external/clang/lib/Lex/
DPTHLexer.cpp711 return CacheMissing; in getStat()