Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:StaticConstField

565   __declspec(dllexport) static  const  int  StaticConstField;
604 __declspec(dllexport) static const int StaticConstField;
619 __declspec(dllexport) const int ExportMemberDefs::StaticConstField = 1;
715 static const int StaticConstField; // expected-note{{previous declaration is here}}
730 __declspec(dllexport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclaration of 'MemberRedecl::StaticConstField' cannot add 'dllexport' attribute}}
759 template<typename T> __declspec(dllexport) static const int StaticConstField;
793 template<typename T> static const int StaticConstField; // expected-note{{previous declaration is here}}
807 template<typename T> __declspec(dllexport) const int MemTmplRedecl::StaticConstField = 1; // expected-error{{redeclaration of 'MemTmplRedecl::StaticConstField' cannot add 'dllexport' attribute}}
956 __declspec(dllexport) static const int StaticConstField;
997 static const int StaticConstField; // expected-note{{previous declaration is here}}
1012 template<typename T> __declspec(dllexport) const int CTMR<T>::StaticConstField = 1; // expected-error{{redeclaration of 'CTMR::StaticConstField' cannot add 'dllexport' attribute}}
1037 template<typename U> __declspec(dllexport) static const int StaticConstField;
1072 template<typename U> static const int StaticConstField; // expected-note{{previous declaration is here}}
1086 template<typename T> template<typename U> __declspec(dllexport) const int CTMTR<T>::StaticConstField = 1; // expected-error{{redeclaration of 'CTMTR::StaticConstField' cannot add 'dllexport' attribute}}