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 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 name
    [all...]
  /external/clang/lib/Basic/
Module.cpp 40 Parent->SubModuleIndex[Name] = Parent->SubModules.size();
41 Parent->SubModules.push_back(this);
181 return SubModules[Pos->getValue()];

Completed in 23 milliseconds