Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp319 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()
327 ModulesInCommonWithGlobalIndex.push_back(&M); in setGlobalIndex()
334 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()
396 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
397 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()
399 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h92 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable