Home
last modified time | relevance | path

Searched refs:module_begin (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h470 module_iterator module_begin() const { return Modules.begin(); } in module_begin() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1319 for (ModuleMap::module_iterator M = ModMap.module_begin(), in collectAllModules()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def723 ANNOTATION(module_begin)
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1653 for (ModuleMap::module_iterator I = MMap.module_begin(), in loadGlobalModuleIndex()