Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp252 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()
260 ModulesInCommonWithGlobalIndex.push_back(Chain[I]); in setGlobalIndex()
269 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()
342 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
343 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()
345 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h58 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable