Lines Matching refs:SubModules
62 /// \brief The submodules of this module, indexed by name.
63 std::vector<Module *> SubModules;
66 /// \c SubModules vector at which that submodule resides.
116 /// \brief Whether we should infer submodules for this module based on
119 /// Submodules can only be inferred for modules with an umbrella header.
122 /// \brief Whether, when inferring submodules, the inferred submodules
126 /// \brief Whether, when inferring submodules, the inferr submodules should
178 /// that all of its submodules should be exported (rather than the named
361 /// its submodules).
387 submodule_iterator submodule_begin() { return SubModules.begin(); }
388 submodule_const_iterator submodule_begin() const {return SubModules.begin();}
389 submodule_iterator submodule_end() { return SubModules.end(); }
390 submodule_const_iterator submodule_end() const { return SubModules.end(); }