Home
last modified time | relevance | path

Searched refs:Umbrella (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDModule.h104 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella; variable
490 if (auto *E = Umbrella.dyn_cast<const FileEntry *>()) in getUmbrellaHeader()
498 return Umbrella && Umbrella.is<const DirectoryEntry *>(); in hasUmbrellaDir()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
HDTextStub.cpp249 std::string Umbrella; member
339 IO.mapRequired("umbrella", Section.Umbrella); in mapping()
836 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()
923 File->addParentUmbrella(target, CurrentSection.Umbrella); in denormalize()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDModuleMap.cpp1107 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()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDModule.cpp242 return {UmbrellaAsWritten, Umbrella.dyn_cast<const DirectoryEntry *>()}; in getUmbrellaDir()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp5543 if (auto Umbrella = PP.getFileManager().getFile(Filename)) { in ReadSubmoduleBlock() local
5545 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() local
5578 ModMap.setUmbrellaDir(CurrentModule, *Umbrella, Blob); in ReadSubmoduleBlock()
5579 else if (CurrentModule->getUmbrellaDir().Entry != *Umbrella) { in ReadSubmoduleBlock()