Lines Matching refs:include
2 // RUN: %clang_cc1 -Rmodule-include-translation -Wno-private-module -fmodules-cache-path=%t -fmodul…
3 // RUN: %clang_cc1 -Rmodule-include-translation -Wno-private-module -fmodules-cache-path=%t -fmodul…
4 // RUN: %clang_cc1 -Rmodule-include-translation -Wno-private-module -fmodules-cache-path=%t -fmodul…
9 #include <DependsOnModule/DependsOnModule.h> // expected-remark{{treating #include as an import of …
37 #include <NoUmbrella/A.h> // expected-remark{{treating #include as an import of module 'NoUmbrella.…
41 #include <NoUmbrella/SubDir/C.h> // expected-remark{{treating #include as an import of module 'NoUm…
45 // Test header cross-subframework include pattern.
46 #include <DependsOnModule/../Frameworks/SubFramework.framework/Headers/Other.h> // expected-remark{…
57 #include <Module/../Frameworks/SubFramework.framework/Headers/SubFramework.h> // expected-remark{{t…
64 #include <DependsOnModule/DependsOnModulePrivate.h> // expected-remark{{treating #include as an imp…
68 #include <Module/ModulePrivate.h> // includes the header
72 #include <NoUmbrella/A_Private.h> // expected-remark{{treating #include as an import of module 'NoU…
80 #include <Module/NotInModule.h> // expected-remark{{treating #include as an import of module 'Modul…
88 #include <NoUmbrella/A.h> // expected-remark {{treating #include as an import}} \
89 …expected-error {{redundant #include of module 'NoUmbrella.A' appears within function 'includeNotAt…
94 #include <NoUmbrella/A.h> // expected-remark {{treating #include as an import}} \
95 … expected-error {{redundant #include of module 'NoUmbrella.A' appears within namespace 'NS'}}
98 #include <NoUmbrella/A.h> // expected-remark {{treating #include as an import}} \