Home
last modified time | relevance | path

Searched refs:submodules (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h628 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function
631 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
H A DDiagnosticLexKinds.td705 "only submodules and framework modules may be inferred with wildcard syntax">;
707 "inferred submodules require a module with an umbrella">;
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DModules.rst367submodules. Entities within a submodule that has already been built are visible when building late…
369submodules with the same name, those two types are distinct types (but may be *compatible* types i…
375 …anslation unit, and Clang may inline or devirtualize based on knowledge from unimported submodules.
450 …e ``std`` encompasses the whole C standard library. It has a number of submodules containing diffe…
483 …es a module, including the headers that contribute to that module, its submodules, and other aspec…
493 … module that is nested within another module. The contents of explicit submodules are only made av…
546submodules to specify that they are only accessible with certain language dialects, platforms, env…
716 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules
H A DPCHInternals.rst422 into several completely different submodules of Clang. For example, lazily
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A DREADME-external.md95 - Make sure the submodules are cloned locally:
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp221 for (const Module *SubM : M->submodules()) in addAllSubmoduleDeps()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A DREADME.external142 - Make sure the submodules are cloned locally:
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DGitHubMove.rst672 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
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmodule.modulemap10 // FIXME: The standard does not require that each of these submodules
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp260 for (auto *M : Mod.submodules()) in collectAllSubModulesWithUmbrellaHeader()
H A DPragma.cpp1138 for (Module *Sub : M->submodules()) { in HandlePragma()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20161081 * resolve.c (resolve_typebound_intrinsic_op): For submodules
2669 submodules.
H A DChangeLog-20151382 and submodules use associated, as required by the standard and
1386 and submodules. Traverse the namespace, calling
H A DChangeLog-2020788 used in submodules are not compatible with TYPE_CANONICAL from
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2325 for (const auto &SM : Mod->submodules()) { in EmitModuleLinkOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2751 for (auto *M : Mod->submodules()) in WriteSubmodules()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.texi1066 does not use submodules does not generate smod files.
H A Dgfortran.info2455 submodules does not generate smod files.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5220 HelpText<"Enforce name visibility rules across submodules of the same "