Searched refs:submodules (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Module.h | 717 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 720 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
| H A D | DiagnosticLexKinds.td | 812 "only submodules and framework modules may be inferred with wildcard syntax">; 814 "inferred submodules require a module with an umbrella">;
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Modules.rst | 372 …submodules. Entities within a submodule that has already been built are visible when building late… 374 …submodules with the same name, those two types are distinct types (but may be *compatible* types i… 380 …anslation unit, and Clang may inline or devirtualize based on knowledge from unimported submodules. 455 …e ``std`` encompasses the whole C standard library. It has a number of submodules containing diffe… 488 …es a module, including the headers that contribute to that module, its submodules, and other aspec… 498 … module that is nested within another module. The contents of explicit submodules are only made av… 551 …submodules to specify that they are only accessible with certain language dialects, platforms, env… 721 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules…
|
| H A D | PCHInternals.rst | 422 into several completely different submodules of Clang. For example, lazily
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | extensions.rst | 31 ``DW_TAG_module``, or -- in the case of submodules -- multiple levels
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 672 mirrors as submodules, similar to the multirepo umbrella proposed 718 branches and merge all submodules from the latest upstream before 730 Commit ``UM3`` changed files not related to submodules and we need 796 Note that if the umbrella has submodules to non-LLVM repositories, 811 The tool handles nested submodules (e.g. llvm is a submodule in 819 it has submodules in the "nested sources" layout (clang in
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 854 if (!Primary->submodules().empty()) in ExecuteAction() 856 for (auto *MI : Primary->submodules()) { in ExecuteAction()
|
| H A D | CompilerInstance.cpp | 2049 for (class Module *SubModule : Module->submodules()) { in loadModule()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 287 for (auto *M : Mod.submodules()) in collectAllSubModulesWithUmbrellaHeader()
|
| H A D | Pragma.cpp | 1147 for (Module *Sub : M->submodules()) { in HandlePragma()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 556 for (const Module *SubM : M->submodules()) in addAllAffectingClangModules()
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/ |
| H A D | Changes | 220 - Explicit versions in submodules to fail early if something
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | module.modulemap.in | 11 // FIXME: The standard does not require that each of these submodules
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2702 for (const auto &SM : Mod->submodules()) { in EmitModuleLinkOptions()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2958 for (auto *M : Mod->submodules()) in WriteSubmodules()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 5953 HelpText<"Enforce name visibility rules across submodules of the same "
|