Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Field

487   __declspec(dllimport)                int  Field; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}}
518 int ImportMembers::StaticFieldDef; // expected-error{{definition of dllimport static field not allowed}}
519 const int ImportMembers::StaticConstFieldDef = 1; // expected-error{{definition of dllimport static field not allowed}}
520 constexpr int ImportMembers::ConstexprFieldDef; // expected-error{{definition of dllimport static field not allowed}}
554 __declspec(dllimport) int ImportMemberDefs::StaticField; // expected-error{{definition of dllimport static field
555 __declspec(dllimport) const int ImportMemberDefs::StaticConstField = 1; // expected-error{{definition of dllimport static field not allowed}} expected-note{{attribute is here}}
556 __declspec(dllimport) constexpr int ImportMemberDefs::ConstexprField; // expected-error{{definition of dllimport static field not allowed}} expected-note{{attribute is here}}
700 // expected-error@-1{{definition of dllimport static field not allowed}}
703 // expected-error@-1{{definition of dllimport static field not allowed}}
706 // expected-error@-1{{definition of dllimport static field not allowed}}
759 template<typename T> int ImportMemberTmpl::StaticFieldDef; // expected-error{{definition of dllimport static field not allowed}}
760 template<typename T> const int ImportMemberTmpl::StaticConstFieldDef = 1; // expected-error{{definition of dllimport static field not allowed}}
761 template<typename T> constexpr int ImportMemberTmpl::ConstexprFieldDef; // expected-error{{definition of dllimport static field not allowed}}
805 // expected-error@-1{{definition of dllimport static field not allowed}}
808 // expected-error@-1{{definition of dllimport static field not allowed}}
811 // expected-error@-1{{definition of dllimport static field not allowed}}
939 // expected-error@-1{{definition of dllimport static field not allowed}}
958 // expected-error@-1{{definition of dllimport static field not allowed}}
1003 __declspec(dllimport) int Field; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}}
1035 template<typename T> int ImportClassTmplMembers<T>::StaticFieldDef; // expected-warning{{definition of dllimport static field}}
1036 template<typename T> const int ImportClassTmplMembers<T>::StaticConstFieldDef = 1; // expected-warning{{definition of dllimport static field}}
1037 template<typename T> constexpr int ImportClassTmplMembers<T>::ConstexprFieldDef; // expected-warning{{definition of dllimport static field}}
1085 // expected-warning@-1{{definition of dllimport static field}}
1088 // expected-warning@-1{{definition of dllimport static field}}
1091 // expected-warning@-1{{definition of dllimport static field}}
1145 template<typename T> template<typename U> int ImportClsTmplMemTmpl<T>::StaticFieldDef; // expected-warning{{definition of dllimport static field}}
1146 template<typename T> template<typename U> const int ImportClsTmplMemTmpl<T>::StaticConstFieldDef = 1; // expected-warning{{definition of dllimport static field}}
1147 template<typename T> template<typename U> constexpr int ImportClsTmplMemTmpl<T>::ConstexprFieldDef; // expected-warning{{definition of dllimport static field}}
1190 // expected-warning@-1{{definition of dllimport static field}}
1193 // expected-warning@-1{{definition of dllimport static field}}
1196 // expected-warning@-1{{definition of dllimport static field}}
1242 int S<int>::x = -1; // expected-error{{definition of dllimport static field not allowed}}