Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Serialization/
DInMemoryModuleCacheTest.cpp28 EXPECT_FALSE(Cache.isPCMFinal("B")); in TEST()
45 EXPECT_FALSE(Cache.isPCMFinal("B")); in TEST()
63 EXPECT_TRUE(Cache.isPCMFinal("B")); in TEST()
86 EXPECT_FALSE(Cache.isPCMFinal("B")); in TEST()
98 EXPECT_TRUE(Cache.isPCMFinal("B")); in TEST()
116 EXPECT_TRUE(Cache.isPCMFinal("B")); in TEST()
/external/llvm-project/clang/include/clang/Serialization/
DInMemoryModuleCache.h97 bool isPCMFinal(llvm::StringRef Filename) const;
/external/llvm-project/clang/lib/Serialization/
DInMemoryModuleCache.cpp51 bool InMemoryModuleCache::isPCMFinal(llvm::StringRef Filename) const { in isPCMFinal() function in InMemoryModuleCache
DASTReader.cpp4662 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()