OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StatCache
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
FileManager.h
164
std::unique_ptr<FileSystemStatCache>
StatCache
;
183
/// \param
statCache
the new stat cache to install. Ownership of this
189
void addStatCache(std::unique_ptr<FileSystemStatCache>
statCache
,
193
void removeStatCache(FileSystemStatCache *
statCache
);
/external/clang/lib/Frontend/
CacheTokens.cpp
586
StatListener *
StatCache
= StatCacheOwner.get();
597
PP.getFileManager().removeStatCache(
StatCache
);
Completed in 60 milliseconds