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

Declarations

tools/clang/include/clang/Serialization/InMemoryModuleCache.h
   83   bool tryToDropPCM(llvm::StringRef Filename);

References

tools/clang/lib/Serialization/ASTReader.cpp
 4492       MC.tryToDropPCM(FileName);
tools/clang/unittests/Serialization/InMemoryModuleCacheTest.cpp
   32   EXPECT_DEATH(Cache.tryToDropPCM("B"), "PCM to remove is unknown");
   83   EXPECT_FALSE(Cache.tryToDropPCM("B"));
   91   EXPECT_DEATH(Cache.tryToDropPCM("B"),
  101   EXPECT_TRUE(Cache.tryToDropPCM("B"));