Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h717 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function
720 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
H A DDiagnosticLexKinds.td812 "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 DModules.rst372submodules. Entities within a submodule that has already been built are visible when building late…
374submodules 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…
551submodules 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 DPCHInternals.rst422 into several completely different submodules of Clang. For example, lazily
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dextensions.rst31 ``DW_TAG_module``, or -- in the case of submodules -- multiple levels
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp854 if (!Primary->submodules().empty()) in ExecuteAction()
856 for (auto *MI : Primary->submodules()) { in ExecuteAction()
H A DCompilerInstance.cpp2049 for (class Module *SubModule : Module->submodules()) { in loadModule()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp287 for (auto *M : Mod.submodules()) in collectAllSubModulesWithUmbrellaHeader()
H A DPragma.cpp1147 for (Module *Sub : M->submodules()) { in HandlePragma()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp556 for (const Module *SubM : M->submodules()) in addAllAffectingClangModules()
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/
H A DChanges220 - Explicit versions in submodules to fail early if something
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmodule.modulemap.in11 // FIXME: The standard does not require that each of these submodules
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2702 for (const auto &SM : Mod->submodules()) { in EmitModuleLinkOptions()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2958 for (auto *M : Mod->submodules()) in WriteSubmodules()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5953 HelpText<"Enforce name visibility rules across submodules of the same "