reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Serialization/InMemoryModuleCache.h
  102   bool shouldBuildPCM(llvm::StringRef Filename) const;

References

tools/clang/lib/Serialization/ModuleManager.cpp
  176   } else if (getModuleCache().shouldBuildPCM(FileName)) {
tools/clang/unittests/Serialization/InMemoryModuleCacheTest.cpp
   29   EXPECT_FALSE(Cache.shouldBuildPCM("B"));
   46   EXPECT_FALSE(Cache.shouldBuildPCM("B"));
   64   EXPECT_FALSE(Cache.shouldBuildPCM("B"));
   87   EXPECT_TRUE(Cache.shouldBuildPCM("B"));