Home | History | Annotate | Download | only in Basic

Lines Matching defs:Umbrella

94   /// \brief The umbrella header or directory.
95 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella;
100 /// \brief The name of the umbrella entry, as written in the module map.
228 /// Submodules can only be inferred for modules with an umbrella header.
453 /// umbrella.
456 /// \brief Retrieve the header that serves as the umbrella header for this
459 if (auto *E = Umbrella.dyn_cast<const FileEntry *>())
464 /// \brief Determine whether this module has an umbrella directory that is
465 /// not based on an umbrella header.
467 return Umbrella && Umbrella.is<const DirectoryEntry *>();