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

  /external/clang/include/clang/Basic/
Module.h 55 /// \brief The umbrella header or directory.
56 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella;
97 /// Submodules can only be inferred for modules with an umbrella header.
160 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(0), Umbrella(),
231 /// umbrella.
234 /// \brief Retrieve the header that serves as the umbrella header for this
237 return Umbrella.dyn_cast<const FileEntry *>();
240 /// \brief Determine whether this module has an umbrella directory that is
241 /// not based on an umbrella header.
243 return Umbrella && Umbrella.is<const DirectoryEntry *>()
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 116 // an umbrella header.
123 // Search up the module stack until we find a module with an umbrella
131 // the directory of the umbrella header and the directory where
161 // the module we found, since the umbrella header covers them all.
201 // an umbrella header.
210 // Search up the module stack until we find a module with an umbrella
301 // Look for an umbrella header.
307 // FIXME: If there's no umbrella header, we could probably scan the
321 // umbrella header "umbrella-header-name
    [all...]

Completed in 55 milliseconds