HomeSort by relevance Sort by last modified time
    Searched refs:SubModules (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
Module.h 59 /// \brief The submodules of this module, indexed by name.
60 std::vector<Module *> SubModules;
63 /// \c SubModules vector at which that submodule resides.
94 /// \brief Whether we should infer submodules for this module based on
97 /// Submodules can only be inferred for modules with an umbrella header.
100 /// \brief Whether, when inferring submodules, the inferred submodules
104 /// \brief Whether, when inferring submodules, the inferr submodules should
149 /// that all of its submodules should be exported (rather than the name
    [all...]
  /external/clang/lib/Basic/
Module.cpp 38 Parent->SubModuleIndex[Name] = Parent->SubModules.size();
39 Parent->SubModules.push_back(this);
167 return SubModules[Pos->getValue()];

Completed in 131 milliseconds