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

  /external/clang/include/clang/Basic/
Module.h 70 /// \brief The umbrella header or directory.
71 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella;
159 /// Submodules can only be inferred for modules with an umbrella header.
371 /// umbrella.
374 /// \brief Retrieve the header that serves as the umbrella header for this
377 return Umbrella.dyn_cast<const FileEntry *>();
380 /// \brief Determine whether this module has an umbrella directory that is
381 /// not based on an umbrella header.
383 return Umbrella && Umbrella.is<const DirectoryEntry *>()
    [all...]
  /external/clang/lib/Basic/
Module.cpp 30 Umbrella(), ASTFile(nullptr), IsMissingRequirement(false),
140 return Umbrella.dyn_cast<const DirectoryEntry *>();
318 OS << "umbrella header \"";
323 OS << "umbrella \"";
  /external/clang/lib/Lex/
ModuleMap.cpp 186 // an umbrella header.
363 // Search up the module stack until we find a module with an umbrella
371 // the directory of the umbrella header and the directory where
408 // the module we found, since the umbrella header covers them all.
456 // an umbrella header.
465 // Search up the module stack until we find a module with an umbrella
673 // Look for an umbrella header.
678 // FIXME: If there's no umbrella header, we could probably scan the
696 // umbrella header "umbrella-header-name
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 61 milliseconds