Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h96 bool isPCMFinal(llvm::StringRef Filename) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp51 bool InMemoryModuleCache::isPCMFinal(llvm::StringRef Filename) const { in isPCMFinal() function in InMemoryModuleCache
H A DASTReader.cpp3143 getModuleManager().getModuleCache().isPCMFinal(F.FileName); in ReadControlBlock()
4902 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()
6232 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1174 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) {