Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:LocalRedecl3

106 __declspec(dllimport) float LocalRedecl3; // expected-note{{previous declaration is here}}
110 int LocalRedecl3 __attribute__((dllimport)); // expected-error{{redeclaration of 'LocalRedecl3' with a different type: 'int' vs 'float'}}