Lines Matching defs:S13
370 struct S13 {
374 struct S13 {
378 S13 s13;
379 // expected-error@first.h:* {{'Field::S13::x' from module 'FirstModule' is not present in definition of 'Field::S13' in module 'SecondModule'}}
605 struct S13 {
609 struct S13 {
613 S13 s13;
614 // expected-error@second.h:* {{'Method::S13' has different definitions in different modules; first difference is definition in module 'SecondModule' found method 'A' with 1st parameter with a default argument}}
1955 struct S13 {
1960 struct S13 {
1965 S13 s13;
2798 // S12, S13 and S14 show this.
2811 int S13 {};
2814 int S13 {};
2816 using TemplateParameters::S13;
3318 struct S13 {
3322 struct S13 {
3326 S13 s13;
3327 // expected-error@second.h:* {{'FunctionTemplate::S13' has different definitions in different modules; first difference is definition in module 'SecondModule' found function template 'foo' with 1st template parameter with default argument 'void'}}
5006 struct S13 {
5009 void S13::foo(int y) {}
5011 struct S13 {
5014 void S13::foo(int y) {}
5016 S13 s13;