Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h101 bool shouldBuildPCM(llvm::StringRef Filename) const;
/openbsd-src/gnu/llvm/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()