Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h97 bool isPCMFinal(llvm::StringRef Filename) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp51 bool InMemoryModuleCache::isPCMFinal(llvm::StringRef Filename) const { in isPCMFinal() function in InMemoryModuleCache
H A DASTReader.cpp2765 !ModuleMgr.getModuleCache().isPCMFinal(F.FileName)) in ReadControlBlock()
4687 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()