Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp308 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()
316 ModulesInCommonWithGlobalIndex.push_back(&M); in setGlobalIndex()
323 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()
385 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
386 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()
388 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h92 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable