Lines Matching defs:T5
1510 struct T5 { using Type = int; };
1512 T5::Type x;
1515 namespace T5 { using Type = int; };
1517 T5::Type x;
1521 // expected-error@second.h:* {{'NestedNamespaceSpecifier::S5' has different definitions in different modules; first difference is definition in module 'SecondModule' found field 'x' with type 'T5::Type' (aka 'int')}}
1522 // expected-note@first.h:* {{but in 'FirstModule' found field 'x' with type 'T5::Type' (aka 'int')}}
5134 struct T5;
5137 NS5::T5* t = 0;
5141 typedef struct T5_Other {} T5;
5144 NS5::T5* t = 0;