• Home
  • Raw
  • Download

Lines Matching full:module

1 module c_library [extern_c] { module inner { header "c-header.h" } }
2 module cxx_library { header "cxx-header.h" requires cplusplus }
3 module c_library_bad [extern_c] { header "c-header-bad.h" }
4 module diamond_top { header "diamond_top.h" }
5 module diamond_left {
9 module diamond_right {
13 module diamond_bottom {
17 module irgen { header "irgen.h" }
18 module cxx_irgen_top { header "cxx-irgen-top.h" }
19 module cxx_irgen_left { header "cxx-irgen-left.h" }
20 module cxx_irgen_right { header "cxx-irgen-right.h" }
21 module lookup_left_objc { header "lookup_left.h" }
22 module lookup_right_objc { header "lookup_right.h" }
23 module lookup_left_cxx { header "lookup_left.hpp" }
24 module lookup_right_cxx { header "lookup_right.hpp" }
25 module module_private_left { header "module_private_left.h" }
26 module module_private_right { header "module_private_right.h" }
27 module macros_top {
29 explicit module b { header "macros_top_b.h" }
30 explicit module c { header "macros_top_c.h" }
32 module macros_left {
36 module macros_right {
39 explicit module undef {
43 module macros { header "macros.h" }
44 module macros_other { header "macros_other.h" }
45 module category_top { header "category_top.h" }
46 module category_left {
50 explicit module sub {
54 module category_right {
58 explicit module sub {
62 module category_bottom {
67 module category_other { header "category_other.h" }
68 module redeclarations_left { header "redeclarations_left.h" }
69 module redeclarations_right { header "redeclarations_right.h" }
70 module redecl_namespaces_left { header "redecl_namespaces_left.h" }
71 module redecl_namespaces_right { header "redecl_namespaces_right.h" }
72 module redecl_add_after_load_top { header "redecl-add-after-load-top.h" }
73 module redecl_add_after_load { header "redecl-add-after-load.h" }
74 module load_failure { header "load_failure.h" }
76 module decldef {
77 explicit module Decl { header "decl.h" }
78 explicit module Decl2 { header "decl2.h" }
79 explicit module Def { header "def.h" }
82 module redecl_merge_top {
84 explicit module Explicit { header "redecl-merge-top-explicit.h" }
87 module redecl_merge_left {
91 module redecl_merge_left_left {
95 module redecl_merge_right {
99 module redecl_merge_bottom {
100 explicit module prefix {
107 module namespaces_top {
111 module namespaces_left {
115 module namespaces_right {
119 module templates_top {
123 module templates_left {
127 module templates_right {
131 module MethodPoolA {
134 explicit module Sub2 {
138 explicit module Sub {
142 module MethodPoolB {
145 explicit module Sub2 {
149 explicit module Sub {
153 module import_decl {
157 framework module * {
161 module linkage_merge_left {
162 explicit module sub {
167 module autolink {
171 explicit module sub {
176 explicit module sub2 {
181 explicit module sub3 {
187 module weird_objc {
191 module ignored_macros {
195 module cxx_many_overloads {
199 module cxx_inline_namespace {
203 module cxx_inline_namespace_b {
207 module cxx_linkage_cache {
211 module cxx_templates_common {
215 module cxx_templates_a {
219 module cxx_templates_b_impl {
223 module cxx_templates_b {
227 module cxx_templates_c {
231 module cxx_decls {
232 module unimported {
235 module imported {
240 module config {
245 module diag_pragma {
249 module dummy {
253 module builtin {
255 explicit module sub {
260 module linkage_merge {
261 explicit module foo {
264 explicit module bar {
270 module incomplete_mod {
274 module warning {
278 module initializer_list {
282 module using_decl {
283 module a { header "using-decl-a.h" export * }
284 module b { header "using-decl-b.h" export * }
287 module recursive_visibility_a1 {
288 module inner { header "recursive_visibility_a1_inner.h" }
290 module recursive_visibility_a2 {
291 module inner {
292 module more_inner {
297 module recursive_visibility_b {
301 module recursive_visibility_c {
304 module recursive1 {
307 module recursive2 {