Home | History | Annotate | Download | only in Basic

Lines Matching defs:Umbrella

74   /// \brief The umbrella header or directory.
75 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella;
80 /// \brief The name of the umbrella entry, as written in the module map.
196 /// Submodules can only be inferred for modules with an umbrella header.
410 /// umbrella.
413 /// \brief Retrieve the header that serves as the umbrella header for this
416 if (auto *E = Umbrella.dyn_cast<const FileEntry *>())
421 /// \brief Determine whether this module has an umbrella directory that is
422 /// not based on an umbrella header.
424 return Umbrella && Umbrella.is<const DirectoryEntry *>();