OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheExists
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
FileSystemStatCache.h
57
CacheExists
, ///< We know the file exists and its cached stat data.
106
return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing :
CacheExists
;
/external/clang/lib/Basic/
FileSystemStatCache.cpp
59
R =
CacheExists
;
81
R =
CacheExists
;
/external/clang/unittests/Basic/
FileManagerTest.cpp
60
return
CacheExists
;
/external/clang/lib/Lex/
PTHLexer.cpp
721
return
CacheExists
;
Completed in 3439 milliseconds