Searched refs:module_end (Results 1 – 6 of 6) sorted by relevance
58 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function61 return make_range(module_begin(), module_end()); in modules()
683 module_iterator module_end() const { return Modules.end(); } in module_end() function
1609 MEnd = ModMap.module_end(); in collectAllModules()
1718 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) { in diagnosePrivateModules()
824 ANNOTATION(module_end)
2072 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()