Home
last modified time | relevance | path

Searched refs:createStatCache (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPTHManager.h144 std::unique_ptr<FileSystemStatCache> createStatCache();
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPTHLexer.cpp727 std::unique_ptr<FileSystemStatCache> PTHManager::createStatCache() { in createStatCache() function in PTHManager
H A DPreprocessor.cpp202 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()