HomeSort by relevance Sort by last modified time
    Searched full:modulemap (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/
module.modulemap 2 // path2/A/module.modulemap.
  /external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
module.modulemap 2 // path1/A/module.modulemap.
  /external/clang/test/Modules/
pr21217.cpp 1 // RUN: not %clang_cc1 -fmodules -fmodule-map-file=does-not-exist.modulemap -verify %s 2>&1 | FileCheck %s
3 // CHECK: module map file 'does-not-exist.modulemap' not found
diagnostics.modulemap 1 // RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodule-map-file=%S/Inputs/diagnostics-aux.modulemap -fmodule-map-file=%s -fsyntax-only -x c++ /dev/null 2>&1 | FileCheck %s
5 // CHECK: diagnostics.modulemap:[[@LINE+2]]:8: error: redefinition of module 'foo'
6 // CHECK: diagnostics-aux.modulemap:1:8: note: previously defined here
12 // CHECK: diagnostics.modulemap:[[@LINE+1]]:22: error: use declarations are only allowed in top-level modules
add-remove-private.m 6 // Build with module.private.modulemap
10 // Build without module.private.modulemap
11 // RUN: rm %t/AddRemovePrivate.framework/Modules/module.private.modulemap
18 // Build with module.private.modulemap (again)
19 // RUN: cp %S/Inputs/AddRemovePrivate.framework/Modules/module.private.modulemap %t/AddRemovePrivate.framework/Modules/module.private.modulemap
exponential-paths.cpp 9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap
10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap
11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap
12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap
13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap
14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap
15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap
16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap
17 // RUN: echo 'module a4 { header "a4.h" export * }' >> %t/module.modulemap
18 // RUN: echo 'module b4 { header "b4.h" export * }' >> %t/module.modulemap
    [all...]
load-after-failure.m 9 // RUN: echo 'module A { header "A.h" }' > %t/module.modulemap
10 // RUN: echo 'module B { header "B.h" }' >> %t/module.modulemap
11 // RUN: echo 'module C { header "C.h" }' >> %t/module.modulemap
12 // RUN: echo 'module D { header "D.h" }' >> %t/module.modulemap
pr20399.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodule-name=libGdml -emit-module -x c++ -std=c++11 %S/Inputs/PR20399/module.modulemap
pr20786.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodule-name=TBranchProxy -emit-module -x c++ %S/Inputs/PR20786/module.modulemap
dependency-gen.modulemap 3 // RUN: %clang_cc1 -I. -x c++ -fmodule-maps -fmodule-name=test-base -fno-modules-implicit-maps -fmodules -emit-module -fno-validate-pch -fmodules-strict-decluse Inputs/dependency-gen-base.modulemap -dependency-file %t-base.d -MT %t-base.pcm -o %t-base.pcm -fmodule-map-file-home-is-cwd
12 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
13 extern module "test-base" "Inputs/dependency-gen-base.modulemap"
16 // CHECK: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base.modulemap
no-implicit-builds.cpp 5 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
10 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
18 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
25 // RUN: -emit-module %S/Inputs/no-implicit-builds/b.modulemap \
30 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
relative-dep-gen.cpp 5 // RUN: %clang_cc1 -cc1 -fno-implicit-modules -fmodule-name=relative-dep-gen -emit-module -x c++ Inputs/relative-dep-gen.modulemap -dependency-file %t/build.d -MT mod.pcm -o %t/mod.pcm
6 // RUN: %clang_cc1 -cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen.modulemap -fmodule-file=%t/mod.pcm -dependency-file %t/use-explicit.d -MT use.o relative-dep-gen.cpp -fsyntax-only
7 // RUN: %clang_cc1 -cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen.modulemap -dependency-file %t/use-implicit.d relative-dep-gen.cpp -MT use.o -fsyntax-only
13 // RUN: %clang_cc1 -cc1 -fno-implicit-modules -fmodule-name=relative-dep-gen -emit-module -x c++ Inputs/relative-dep-gen-cwd.modulemap -dependency-file %t/build-cwd.d -MT mod.pcm -o %t/mod-cwd.pcm -fmodule-map-file-home-is-cwd
14 // RUN: %clang_cc1 -cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen-cwd.modulemap -fmodule-file=%t/mod-cwd.pcm -dependency-file %t/use-explicit-cwd.d -MT use.o relative-dep-gen.cpp -fsyntax-only -fmodule-map-file-home-is-cwd
15 // RUN: %clang_cc1 -cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen-cwd.modulemap -dependency-file %t/use-implicit-cwd.d relative-dep-gen.cpp -MT use.o -fsyntax-only -fmodule-map-file-home-is-cwd
merge-vtable-codegen.cpp 5 // RUN: -emit-module %S/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap \
8 // RUN: -emit-module %S/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap \
13 // RUN: -fmodule-map-file=%S/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap \
merge-decl-context.cpp 4 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \
8 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \
12 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \
18 // RUN: -fmodule-map-file=%S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \
initializer_list.cpp 5 // RUN: -fmodule-map-file=%S/Inputs/initializer_list/direct.modulemap \
10 // RUN: -fmodule-map-file=%S/Inputs/initializer_list/indirect.modulemap \
merge-template-friend.cpp 5 // RUN: %S/Inputs/merge-template-friend/module.modulemap
9 // RUN: %S/Inputs/merge-template-friend/module.modulemap
stress1.cpp 9 // RUN: Inputs/stress1/module.modulemap
16 // RUN: Inputs/stress1/module.modulemap
25 // RUN: Inputs/stress1/module.modulemap
32 // RUN: Inputs/stress1/module.modulemap
41 // RUN: Inputs/stress1/module.modulemap
48 // RUN: Inputs/stress1/module.modulemap
59 // RUN: Inputs/stress1/module.modulemap
70 // RUN: Inputs/stress1/module.modulemap
78 // RUN: -fmodule-map-file=Inputs/stress1/module.modulemap \
90 // RUN: -fmodule-map-file=Inputs/stress1/module.modulemap \
    [all...]
Rmodule-build.m 6 // RUN: echo 'module A { header "A.h" }' > %t/module.modulemap
7 // RUN: echo 'module B { header "B.h" }' >> %t/module.modulemap
8 // RUN: echo 'module C { header "C.h" }' >> %t/module.modulemap
merge-target-features.cpp 11 // RUN: Inputs/merge-target-features/module.modulemap
17 // RUN: -fmodule-map-file=Inputs/merge-target-features/module.modulemap \
29 // RUN: -fmodule-map-file=Inputs/merge-target-features/module.modulemap \
41 // RUN: -fmodule-map-file=Inputs/merge-target-features/module.modulemap \
53 // RUN: -fmodule-map-file=Inputs/merge-target-features/module.modulemap \
  /external/llvm/include/llvm/
CMakeLists.txt 6 configure_file(module.modulemap.build module.modulemap COPYONLY)
  /external/clang/test/Modules/Inputs/
dependency-gen-base.modulemap 6 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
  /external/clang/lib/Lex/
CMakeLists.txt 12 ModuleMap.cpp
ModuleMap.cpp 1 //===--- ModuleMap.cpp - Describe the layout of modules ---------*- C++ -*-===//
10 // This file defines the ModuleMap implementation, which describes the layout
14 #include "clang/Lex/ModuleMap.h"
40 ModuleMap::resolveExport(Module *Mod,
57 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod,
87 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags,
96 ModuleMap::~ModuleMap() {
104 void ModuleMap::setTarget(const TargetInfo &Target)
    [all...]
  /external/clang/lib/Headers/
Makefile 35 $(HeaderDir)/module.modulemap: $(PROJ_SRC_DIR)/module.modulemap $(HeaderDir)/.dir
41 all-local:: $(OBJHEADERS) $(HeaderDir)/module.modulemap
55 $(PROJ_headers)/module.modulemap: $(HeaderDir)/module.modulemap | $(PROJ_headers)
60 install-local:: $(INSTHEADERS) $(PROJ_headers)/module.modulemap
  /external/clang/test/VFS/Inputs/
vfsoverlay.yaml 45 { 'name': 'Modules/module.modulemap', 'type': 'file',
46 'external-contents': 'INPUT_DIR/incomplete-umbrella.modulemap'

Completed in 318 milliseconds

1 2 3