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 64 /// \brief The umbrella header or directory.
65 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella;
163 /// Submodules can only be inferred for modules with an umbrella header.
373 /// umbrella.
376 /// \brief Retrieve the header that serves as the umbrella header for this
379 return Umbrella.dyn_cast<const FileEntry *>();
382 /// \brief Determine whether this module has an umbrella directory that is
383 /// not based on an umbrella header.
385 return Umbrella && Umbrella.is<const DirectoryEntry *>()
    [all...]
  /external/clang/lib/Basic/
Module.cpp 30 Umbrella(), ASTFile(nullptr), IsMissingRequirement(false),
145 return Umbrella.dyn_cast<const DirectoryEntry *>();
339 OS << "umbrella header \"";
344 OS << "umbrella \"";
  /external/clang/lib/Lex/
ModuleMap.cpp 189 // an umbrella header.
378 // Search up the module stack until we find a module with an umbrella
389 // the directory of the umbrella header and the directory where
428 // the module we found, since the umbrella header covers them all.
476 // an umbrella header.
485 // Search up the module stack until we find a module with an umbrella
684 // Look for an umbrella header.
689 // FIXME: If there's no umbrella header, we could probably scan the
711 // umbrella header "umbrella-header-name
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 130 milliseconds