Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp313 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()
321 ModulesInCommonWithGlobalIndex.push_back(&M); in setGlobalIndex()
328 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()
394 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
395 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()
397 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h94 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable