Home
last modified time | relevance | path

Searched refs:ModuleFilesHit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp337 llvm::SmallPtrSetImpl<ModuleFile *> *ModuleFilesHit) { in visit() argument
388 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
392 if (!ModuleFilesHit->count(M)) in visit()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h284 llvm::SmallPtrSetImpl<ModuleFile *> *ModuleFilesHit = nullptr);