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

  /external/compiler-rt/lib/
Makefile.mk 12 # Add submodules.
  /external/clang/include/clang/Basic/
Module.h 76 /// \brief The submodules of this module, indexed by name.
77 std::vector<Module *> SubModules;
80 /// \c SubModules vector at which that submodule resides.
185 /// \brief Whether we should infer submodules for this module based on
188 /// Submodules can only be inferred for modules with an umbrella header.
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 name
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...]
  /external/autotest/client/bin/
base_utils.py 950 submodules = line_parts[3].split(",")
951 for submodule in submodules:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 287 # submodules because they won't appear in the newly loaded
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 287 # submodules because they won't appear in the newly loaded
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 287 # submodules because they won't appear in the newly loaded
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 287 # submodules because they won't appear in the newly loaded
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1498 milliseconds