OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNextStatCache
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
FileSystemStatCache.h
67
void
setNextStatCache
(FileSystemStatCache *Cache) {
/external/clang/lib/Basic/
FileManager.cpp
126
statCache->
setNextStatCache
(StatCache.take());
135
LastCache->
setNextStatCache
(statCache);
154
PrevCache->
setNextStatCache
(statCache->getNextStatCache());
Completed in 1145 milliseconds