Lines Matching refs:MODULE
3 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=macros_top %S/Inputs/module.map
4 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=macros_left %S/Inputs/module.map
5 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=macros_right %S/Inputs/module.map
6 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=macros %S/Inputs/module.map
30 #ifdef MODULE
31 # error MODULE macro should not be visible
43 i += macros; // expanded from __MODULE__ within the 'macros' module.
47 # error Not building a module!
51 # error Not building a module
68 // Import left module (which also imports top)
94 // Import right module (which also imports top)