Searched refs:Umbrella (Results 1 – 5 of 5) sorted by relevance
104 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella; variable490 if (auto *E = Umbrella.dyn_cast<const FileEntry *>()) in getUmbrellaHeader()498 return Umbrella && Umbrella.is<const DirectoryEntry *>(); in hasUmbrellaDir()
249 std::string Umbrella; member339 IO.mapRequired("umbrella", Section.Umbrella); in mapping()836 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()923 File->addParentUmbrella(target, CurrentSection.Umbrella); in denormalize()
1107 Mod->Umbrella = UmbrellaHeader; in setUmbrellaHeader()1118 Mod->Umbrella = UmbrellaDir; in setUmbrellaDir()2294 if (Header.IsUmbrella && ActiveModule->Umbrella) { in parseHeaderDecl()2387 if (ActiveModule->Umbrella) { in parseUmbrellaDirDecl()
242 return {UmbrellaAsWritten, Umbrella.dyn_cast<const DirectoryEntry *>()}; in getUmbrellaDir()
5543 if (auto Umbrella = PP.getFileManager().getFile(Filename)) { in ReadSubmoduleBlock() local5545 ModMap.setUmbrellaHeader(CurrentModule, *Umbrella, Blob); in ReadSubmoduleBlock()5546 else if (CurrentModule->getUmbrellaHeader().Entry != *Umbrella) { in ReadSubmoduleBlock()5576 if (auto Umbrella = PP.getFileManager().getDirectory(Dirname)) { in ReadSubmoduleBlock() local5578 ModMap.setUmbrellaDir(CurrentModule, *Umbrella, Blob); in ReadSubmoduleBlock()5579 else if (CurrentModule->getUmbrellaDir().Entry != *Umbrella) { in ReadSubmoduleBlock()