Searched defs:submodule_const_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DModule.h445 typedef std::vector<Module *>::const_iterator submodule_const_iterator; typedef in class:clang::Module
448 submodule_const_iterator submodule_begin() const {return SubModules.begin();}
450 submodule_const_iterator submodule_end() const { return SubModules.end(); }

Completed in 41 milliseconds