Searched refs:getPCMState (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp15 InMemoryModuleCache::getPCMState(llvm::StringRef Filename) const { function in class:InMemoryModuleCache
52 return getPCMState(Filename) == Final;
56 return getPCMState(Filename) == ToBuild;
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h59 State getPCMState(llvm::StringRef Filename) const;

Completed in 65 milliseconds