Home
last modified time | relevance | path

Searched refs:FirstModule (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/Modules/
Dodr_hash.mm20 // RUN: echo "module FirstModule {" >> %t/Inputs/module.map
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}}
116 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
163 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
166 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
169 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
172 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
220 // expected-error@first.h:* {{'Types::ObjCObject::Invalid1::T' from module 'FirstModule' is not pre…
223 // expected-error@first.h:* {{'Types::ObjCObject::Invalid2::T' from module 'FirstModule' is not pre…
[all …]
Dodr_hash.cl20 // RUN: echo "module FirstModule {" >> %t/Inputs/module.map
64 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
67 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9751 auto ODRDiagDeclError = [this](NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseOdrViolations()
9755 << FirstRecord << FirstModule.empty() << FirstModule << Range in diagnoseOdrViolations()
9766 NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseOdrViolations() argument
9772 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(), in diagnoseOdrViolations()
9789 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(), in diagnoseOdrViolations()
9802 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(), in diagnoseOdrViolations()
9817 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(), in diagnoseOdrViolations()
9835 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(), in diagnoseOdrViolations()
9848 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(), in diagnoseOdrViolations()
9861 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(), in diagnoseOdrViolations()
[all …]