OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextStatCache
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
FileSystemStatCache.h
82
FileSystemStatCache *
getNextStatCache
() { return NextStatCache.get(); }
99
if (FileSystemStatCache *Next =
getNextStatCache
())
/external/clang/lib/Basic/
FileManager.cpp
77
while (LastCache->
getNextStatCache
())
78
LastCache = LastCache->
getNextStatCache
();
95
while (PrevCache && PrevCache->
getNextStatCache
() != statCache)
96
PrevCache = PrevCache->
getNextStatCache
();
99
PrevCache->setNextStatCache(statCache->
getNextStatCache
());
Completed in 1422 milliseconds