Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp330 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()
338 ModulesInCommonWithGlobalIndex.push_back(&M); in setGlobalIndex()
345 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()
412 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
413 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()
415 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h93 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable