OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeStatCache
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
FileManager.h
193
void
removeStatCache
(FileSystemStatCache *statCache);
/external/clang/unittests/Basic/
FileManagerTest.cpp
246
manager.
removeStatCache
(statCache);
/external/clang/lib/Basic/
FileManager.cpp
80
void FileManager::
removeStatCache
(FileSystemStatCache *statCache) {
/external/clang/lib/Frontend/
CacheTokens.cpp
597
PP.getFileManager().
removeStatCache
(StatCache);
Completed in 129 milliseconds