Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h102 bool shouldBuildPCM(llvm::StringRef Filename) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp55 bool InMemoryModuleCache::shouldBuildPCM(llvm::StringRef Filename) const { in shouldBuildPCM() function in InMemoryModuleCache
H A DModuleManager.cpp199 } else if (getModuleCache().shouldBuildPCM(FileName)) { in addModule()