Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h82 bool tryToDropPCM(llvm::StringRef Filename);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp59 bool InMemoryModuleCache::tryToDropPCM(llvm::StringRef Filename) { in tryToDropPCM() function in InMemoryModuleCache
H A DASTReader.cpp4770 MC.tryToDropPCM(FileName); in ReadASTCore()