Searched refs:FirstModule (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 55 StringRef FirstModule, in diagnoseSubMismatchMethodParameters() argument 77 auto DiagError = [&Diags, &GetDiagMethodType, FirstContainer, FirstModule, in diagnoseSubMismatchMethodParameters() 83 << FirstContainer << FirstModule.empty() << FirstModule in diagnoseSubMismatchMethodParameters() 145 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchField() argument 157 auto DiagError = [FirstRecord, FirstField, FirstModule, in diagnoseSubMismatchField() 160 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseSubMismatchField() 247 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchTypedef() argument 255 auto DiagError = [FirstRecord, FirstTD, FirstModule, in diagnoseSubMismatchTypedef() 258 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseSubMismatchTypedef() 287 StringRef FirstModule, in diagnoseSubMismatchVar() argument [all …]
|
/llvm-project/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 141 StringRef FirstModule, 147 StringRef FirstModule, 152 StringRef FirstModule, StringRef SecondModule, 157 StringRef FirstModule, StringRef SecondModule, 163 StringRef FirstModule, StringRef SecondModule, 172 StringRef FirstModule, 181 StringRef FirstModule, 191 StringRef FirstModule, StringRef SecondModule,
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.mm | 20 // RUN: echo "module FirstModule {" >> %t/Inputs/module.modulemap 84 …* {{'S::y' from module 'SecondModule' is not present in definition of 'S' in module 'FirstModule'}} 113 // expected-note@first.h:* {{but in 'FirstModule' found a different body}} 162 // expected-note@first.h:* {{but in 'FirstModule' found a different body}} 165 // expected-note@first.h:* {{but in 'FirstModule' found a different body}} 168 // expected-note@first.h:* {{but in 'FirstModule' found a different body}} 171 // expected-note@first.h:* {{but in 'FirstModule' found a different body}} 219 // expected-error@first.h:* {{'Types::ObjCObject::Invalid1::T' from module 'FirstModule' is not pre… 222 // expected-error@first.h:* {{'Types::ObjCObject::Invalid2::T' from module 'FirstModule' is not pre… 226 // expected-note@first.h:* {{but in 'FirstModule' found type alias 'T' with different underlying ty… [all …]
|
H A D | odr_hash.cl | 20 // RUN: echo "module FirstModule {" >> %t/Inputs/module.modulemap 64 // expected-note@first.h:* {{but in 'FirstModule' found a different body}} 67 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
|