Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DModuleManager.cpp277 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()
285 ModulesInCommonWithGlobalIndex.push_back(Chain[I]); in setGlobalIndex()
294 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()
363 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
364 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()
366 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
/external/clang/include/clang/Serialization/
DModuleManager.h71 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable