Home
last modified time | relevance | path

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

12

/external/clang/test/Modules/Inputs/normal-module-map/Umbrella/
Dmodule.map1 module Umbrella {
2 umbrella header "Umbrella.h"
/external/llvm-project/clang/test/Modules/Inputs/normal-module-map/Umbrella/
Dmodule.map1 module Umbrella {
2 umbrella header "Umbrella.h"
/external/clang/include/clang/Basic/
DModule.h65 llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella; variable
402 if (auto *E = Umbrella.dyn_cast<const FileEntry *>()) in getUmbrellaHeader()
410 return Umbrella && Umbrella.is<const DirectoryEntry *>(); in hasUmbrellaDir()
/external/llvm-project/clang/include/clang/Basic/
DModule.h138 Umbrella; variable
549 if (auto *ME = Umbrella.dyn_cast<const FileEntryRef::MapEntry *>()) in getUmbrellaHeader()
557 return Umbrella && Umbrella.is<const DirectoryEntryRef::MapEntry *>(); in hasUmbrellaDir()
/external/llvm-project/lldb/test/API/lang/objc/modules-app-update/
Dmodule.modulemap1 module Umbrella {
Dmain.m1 @import Umbrella;
/external/llvm-project/lldb/test/API/lang/objc/modules-update/
Dmodule.modulemap1 module Umbrella {
Dfirst.m1 @import Umbrella;
Dsecond.m1 @import Umbrella;
/external/llvm-project/clang/test/Modules/Inputs/require-modular-includes/
Dmodule.modulemap5 module Umbrella {
/external/clang/test/Modules/Inputs/require-modular-includes/
Dmodule.modulemap5 module Umbrella {
/external/llvm-project/llvm/test/Object/Inputs/
Dtapi-v2.tbd13 parent-umbrella: Umbrella.dylib
Dtapi-invalid-v2.tbd12 parent-umbrella: Umbrella.dylib
/external/clang/lib/Basic/
DModule.cpp30 Umbrella(), Signature(0), ASTFile(nullptr), VisibilityID(VisibilityID), in Module()
156 return {UmbrellaAsWritten, Umbrella.dyn_cast<const DirectoryEntry *>()}; in getUmbrellaDir()
/external/llvm-project/llvm/lib/TextAPI/MachO/
DTextStub.cpp249 std::string Umbrella; member
339 IO.mapRequired("umbrella", Section.Umbrella); in mapping()
839 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()
926 File->addParentUmbrella(target, CurrentSection.Umbrella); in denormalize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.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()
/external/clang/lib/Lex/
DModuleMap.cpp762 Mod->Umbrella = UmbrellaHeader; in setUmbrellaHeader()
773 Mod->Umbrella = UmbrellaDir; in setUmbrellaDir()
1771 if (LeadingToken == MMToken::UmbrellaKeyword && ActiveModule->Umbrella) { in parseHeaderDecl()
1907 if (ActiveModule->Umbrella) { in parseUmbrellaDirDecl()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp1127 Mod->Umbrella = &UmbrellaHeader.getMapEntry(); in setUmbrellaHeader()
1138 Mod->Umbrella = &UmbrellaDir.getMapEntry(); in setUmbrellaDir()
2318 if (Header.IsUmbrella && ActiveModule->Umbrella) { in parseHeaderDecl()
2411 if (ActiveModule->Umbrella) { in parseUmbrellaDirDecl()
/external/llvm-project/clang/lib/Basic/
DModule.cpp250 if (auto *ME = Umbrella.dyn_cast<const DirectoryEntryRef::MapEntry *>()) in getUmbrellaDir()
/external/clang/lib/Serialization/
DASTReader.cpp4551 if (auto *Umbrella = PP.getFileManager().getFile(Filename)) { in ReadSubmoduleBlock() local
4553 ModMap.setUmbrellaHeader(CurrentModule, Umbrella, Blob); in ReadSubmoduleBlock()
4554 else if (CurrentModule->getUmbrellaHeader().Entry != Umbrella) { in ReadSubmoduleBlock()
4589 if (auto *Umbrella = PP.getFileManager().getDirectory(Dirname)) { in ReadSubmoduleBlock() local
4591 ModMap.setUmbrellaDir(CurrentModule, Umbrella, Blob); in ReadSubmoduleBlock()
4592 else if (CurrentModule->getUmbrellaDir().Entry != Umbrella) { in ReadSubmoduleBlock()
/external/clang/docs/
DModules.rst489 Umbrella directory declaration
504Umbrella directories are useful for libraries that have a large number of headers but do not have …
DThreadSafetyAnalysis.rst438 * ``-Wthread-safety``: Umbrella flag which turns on the following three:
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp5568 if (auto Umbrella = PP.getFileManager().getOptionalFileRef(Filename)) { in ReadSubmoduleBlock() local
5570 ModMap.setUmbrellaHeader(CurrentModule, *Umbrella, Blob); in ReadSubmoduleBlock()
5571 else if (CurrentModule->getUmbrellaHeader().Entry != *Umbrella) { in ReadSubmoduleBlock()
5601 if (auto Umbrella = in ReadSubmoduleBlock() local
5604 ModMap.setUmbrellaDir(CurrentModule, *Umbrella, Blob); in ReadSubmoduleBlock()
5605 else if (CurrentModule->getUmbrellaDir().Entry != *Umbrella) { in ReadSubmoduleBlock()
/external/llvm-project/clang/docs/
DModules.rst686 Umbrella directory declaration
701Umbrella directories are useful for libraries that have a large number of headers but do not have …
DThreadSafetyAnalysis.rst469 * ``-Wthread-safety``: Umbrella flag which turns on the following three:

12