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
77
void
setNextStatCache
(std::unique_ptr<FileSystemStatCache> Cache) {
/external/clang/lib/Basic/
FileManager.cpp
68
statCache->
setNextStatCache
(std::move(StatCache));
77
LastCache->
setNextStatCache
(std::move(statCache));
96
PrevCache->
setNextStatCache
(statCache->takeNextStatCache());
Completed in 87 milliseconds