Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dsubmodules.m12 clang -D CHILD_H -E -o Child.h submodules.m
16 -fdisable-module-hash submodules.m -o 1.o
19 // RUN: dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
/llvm-project-15.0.7/clang/test/Modules/
H A Dimport-self.m3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s
7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
H A Dmissing-header.m2 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s 2>&1 | FileCh…
H A Drelative-submodule-topheader.m2 …mplicit-modules -x objective-c++ -fmodule-name=std -emit-module Inputs/submodules/module.map -o %t…
H A Dtarget-platform-features.m29 // We should never get errors for submodules that don't match
H A Dredecl-merge.m105 // Test redeclarations of entities in explicit submodules, to make
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h707 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function
710 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
H A DDiagnosticLexKinds.td801 "only submodules and framework modules may be inferred with wildcard syntax">;
803 "inferred submodules require a module with an umbrella">;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp921 if (!Primary->submodules().empty()) in ExecuteAction()
923 for (auto MI : Primary->submodules()) { in ExecuteAction()
H A DCompilerInstance.cpp2042 for (class Module *SubModule : Module->submodules()) { in loadModule()
/llvm-project-15.0.7/mlir/python/
H A DCMakeLists.txt24 # The main _mlir module has submodules: include stubs from each.
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp286 for (auto *M : Mod.submodules()) in collectAllSubModulesWithUmbrellaHeader()
H A DPragma.cpp1146 for (Module *Sub : M->submodules()) { in HandlePragma()
/llvm-project-15.0.7/libcxx/include/
H A Dmodule.modulemap.in11 // FIXME: The standard does not require that each of these submodules
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2939 for (auto *M : Mod->submodules()) in WriteSubmodules()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2573 for (const auto &SM : Mod->submodules()) { in EmitModuleLinkOptions()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5770 HelpText<"Enforce name visibility rules across submodules of the same "