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 57 /// \brief The umbrella header or directory.
58 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella;
112 /// Submodules can only be inferred for modules with an umbrella header.
196 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(0),Umbrella(),ASTFile(0),
284 /// umbrella.
287 /// \brief Retrieve the header that serves as the umbrella header for this
290 return Umbrella.dyn_cast<const FileEntry *>();
293 /// \brief Determine whether this module has an umbrella directory that is
294 /// not based on an umbrella header.
296 return Umbrella && Umbrella.is<const DirectoryEntry *>()
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 165 // an umbrella header.
172 // Search up the module stack until we find a module with an umbrella
180 // the directory of the umbrella header and the directory where
216 // the module we found, since the umbrella header covers them all.
255 // an umbrella header.
264 // Search up the module stack until we find a module with an umbrella
459 // Look for an umbrella header.
465 // FIXME: If there's no umbrella header, we could probably scan the
479 // umbrella header "umbrella-header-name
    [all...]

Completed in 41 milliseconds