Home
last modified time | relevance | path

Searched refs:module_end (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DIRObjectFile.h58 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
61 return make_range(module_begin(), module_end()); in modules()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h683 module_iterator module_end() const { return Modules.end(); } in module_end() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp1609 MEnd = ModMap.module_end(); in collectAllModules()
H A DModuleMap.cpp1718 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) { in diagnosePrivateModules()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def824 ANNOTATION(module_end)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp2072 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()