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

/external/clang/include/clang/Basic/
H A DModule.h76 /// \brief The submodules of this module, indexed by name.
185 /// \brief Whether we should infer submodules for this module based on
191 /// \brief Whether, when inferring submodules, the inferred submodules
195 /// \brief Whether, when inferring submodules, the inferr submodules should
244 /// that all of its submodules should be exported (rather than the named
437 /// its submodules).
451 /// \brief Mark this module and all of its submodules as unavailable.
462 /// FIXME: This may return incorrect results for (submodules o
481 llvm::iterator_range<submodule_iterator> submodules() { function in class:clang::Module
484 llvm::iterator_range<submodule_const_iterator> submodules() const { function in class:clang::Module
[all...]

Completed in 40 milliseconds