OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addStatCache
(Results
1 - 5
of
5
) sorted by null
/external/clang/unittests/Basic/
FileManagerTest.cpp
95
manager.
addStatCache
(new FakeStatCache);
105
manager.
addStatCache
(new FakeStatCache);
133
manager.
addStatCache
(statCache);
156
manager.
addStatCache
(new FakeStatCache);
177
manager.
addStatCache
(statCache);
193
manager.
addStatCache
(statCache);
213
manager.
addStatCache
(statCache);
226
manager.
addStatCache
(statCache);
/external/clang/include/clang/Basic/
FileManager.h
196
void
addStatCache
(FileSystemStatCache *statCache, bool AtBeginning = false);
/external/clang/lib/Basic/
FileManager.cpp
122
void FileManager::
addStatCache
(FileSystemStatCache *statCache,
/external/clang/lib/Frontend/
CacheTokens.cpp
551
PP.getFileManager().
addStatCache
(StatCache, /*AtBeginning=*/true);
/external/clang/lib/Lex/
Preprocessor.cpp
189
FileMgr.
addStatCache
(PTH->createStatCache());
Completed in 77 milliseconds