Lines Matching refs:StaticFieldDef
489 __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
518 int ImportMembers::StaticFieldDef; // expected-error{{definition of dllimport static field not allowed}}
736 template<typename T> __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
759 template<typename T> int ImportMemberTmpl::StaticFieldDef; // expected-error{{definition of dllimport static field not allowed}}
1005 __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
1035 template<typename T> int ImportClassTmplMembers<T>::StaticFieldDef; // expected-warning{{definition of dllimport static field}}
1122 template<typename U> __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
1145 template<typename T> template<typename U> int ImportClsTmplMemTmpl<T>::StaticFieldDef; // expected-warning{{definition of dllimport static field}}