reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/Module.h
  490     if (auto *E = Umbrella.dyn_cast<const FileEntry *>())
  498     return Umbrella && Umbrella.is<const DirectoryEntry *>();
  498     return Umbrella && Umbrella.is<const DirectoryEntry *>();
tools/clang/lib/Basic/Module.cpp
  242   return {UmbrellaAsWritten, Umbrella.dyn_cast<const DirectoryEntry *>()};
tools/clang/lib/Lex/ModuleMap.cpp
 1107   Mod->Umbrella = UmbrellaHeader;
 1118   Mod->Umbrella = UmbrellaDir;
 2294   if (Header.IsUmbrella && ActiveModule->Umbrella) {
 2387   if (ActiveModule->Umbrella) {