Lines Matching refs:StaticConstField
561 __declspec(dllimport) static const int StaticConstField;
629 __declspec(dllimport) static const int StaticConstField;
646 __declspec(dllimport) const int ImportMemberDefs::StaticConstField = 1; // expected-error{{definition of dllimport static field not allowed}} expected-note{{attribute is here}}
779 static const int StaticConstField; // expected-note{{previous declaration is here}}
808 __declspec(dllimport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclaration of 'MemberRedecl::StaticConstField' cannot add 'dllimport' attribute}}
843 template<typename T> __declspec(dllimport) static const int StaticConstField;
887 template<typename T> static const int StaticConstField; // expected-note{{previous declaration is here}}
913 template<typename T> __declspec(dllimport) const int MemTmplRedecl::StaticConstField = 1; // expected-error{{redeclaration of 'MemTmplRedecl::StaticConstField' cannot add 'dllimport' attribute}}
1121 __declspec(dllimport) static const int StaticConstField;
1193 static const int StaticConstField; // expected-note{{previous declaration is here}}
1220 template<typename T> __declspec(dllimport) const int CTMR<T>::StaticConstField = 1; // expected-error{{redeclaration of 'CTMR::StaticConstField' cannot add 'dllimport' attribute}}
1256 template<typename U> __declspec(dllimport) static const int StaticConstField;
1301 template<typename U> static const int StaticConstField; // expected-note{{previous declaration is here}}
1325 template<typename T> template<typename U> __declspec(dllimport) const int CTMTR<T>::StaticConstField = 1; // expected-error{{redeclaration of 'CTMTR::StaticConstField' cannot add 'dllimport' attribute}}