Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp312 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()
320 ModulesInCommonWithGlobalIndex.push_back(&M); in setGlobalIndex()
327 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()
388 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()
389 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()
391 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h91 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable