Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DIRObjectFile.h52 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
55 return make_range(module_begin(), module_end()); in modules()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h725 module_iterator module_end() const { return Modules.end(); } in module_end() function
727 return {module_begin(), module_end()}; in modules()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def933 ANNOTATION(module_end)
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp2236 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1826 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) { in diagnosePrivateModules()