OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:takeNextStatCache
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
FileSystemStatCache.h
87
std::unique_ptr<FileSystemStatCache>
takeNextStatCache
() {
/external/clang/lib/Basic/
FileManager.cpp
86
StatCache = StatCache->
takeNextStatCache
();
96
PrevCache->setNextStatCache(statCache->
takeNextStatCache
());
Completed in 693 milliseconds