/external/clang/test/Modules/Inputs/normal-module-map/Umbrella/ |
D | module.map | 1 module Umbrella { 2 umbrella header "Umbrella.h"
|
/external/llvm-project/clang/test/Modules/Inputs/normal-module-map/Umbrella/ |
D | module.map | 1 module Umbrella { 2 umbrella header "Umbrella.h"
|
/external/clang/include/clang/Basic/ |
D | Module.h | 65 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/ |
D | Module.h | 138 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/ |
D | module.modulemap | 1 module Umbrella {
|
D | main.m | 1 @import Umbrella;
|
/external/llvm-project/lldb/test/API/lang/objc/modules-update/ |
D | module.modulemap | 1 module Umbrella {
|
D | first.m | 1 @import Umbrella;
|
D | second.m | 1 @import Umbrella;
|
/external/llvm-project/clang/test/Modules/Inputs/require-modular-includes/ |
D | module.modulemap | 5 module Umbrella {
|
/external/clang/test/Modules/Inputs/require-modular-includes/ |
D | module.modulemap | 5 module Umbrella {
|
/external/llvm-project/llvm/test/Object/Inputs/ |
D | tapi-v2.tbd | 13 parent-umbrella: Umbrella.dylib
|
D | tapi-invalid-v2.tbd | 12 parent-umbrella: Umbrella.dylib
|
/external/clang/lib/Basic/ |
D | Module.cpp | 30 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/ |
D | TextStub.cpp | 249 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/ |
D | TextStub.cpp | 249 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/ |
D | ModuleMap.cpp | 762 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/ |
D | ModuleMap.cpp | 1127 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/ |
D | Module.cpp | 250 if (auto *ME = Umbrella.dyn_cast<const DirectoryEntryRef::MapEntry *>()) in getUmbrellaDir()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4551 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/ |
D | Modules.rst | 489 Umbrella directory declaration 504 …Umbrella directories are useful for libraries that have a large number of headers but do not have …
|
D | ThreadSafetyAnalysis.rst | 438 * ``-Wthread-safety``: Umbrella flag which turns on the following three:
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 5568 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/ |
D | Modules.rst | 686 Umbrella directory declaration 701 …Umbrella directories are useful for libraries that have a large number of headers but do not have …
|
D | ThreadSafetyAnalysis.rst | 469 * ``-Wthread-safety``: Umbrella flag which turns on the following three:
|