Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:ConstexprField

569   __declspec(dllexport) constexpr static int ConstexprField = 1;
605 __declspec(dllexport) constexpr static int ConstexprField = 1;
620 __declspec(dllexport) constexpr int ExportMemberDefs::ConstexprField;
716 constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
731 __declspec(dllexport) constexpr int MemberRedecl::ConstexprField; // expected-error{{redeclaration of 'MemberRedecl::ConstexprField' cannot add 'dllexport' attribute}}
763 template<typename T> __declspec(dllexport) constexpr static int ConstexprField = 1;
794 template<typename T> constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
808 template<typename T> __declspec(dllexport) constexpr int MemTmplRedecl::ConstexprField; // expected-error{{redeclaration of 'MemTmplRedecl::ConstexprField' cannot add 'dllexport' attribute}}
960 __declspec(dllexport) constexpr static int ConstexprField = 1;
998 constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
1013 template<typename T> __declspec(dllexport) constexpr int CTMR<T>::ConstexprField; // expected-error{{redeclaration of 'CTMR::ConstexprField' cannot add 'dllexport' attribute}}
1041 template<typename U> __declspec(dllexport) constexpr static int ConstexprField = 1;
1073 template<typename U> constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
1087 template<typename T> template<typename U> __declspec(dllexport) constexpr int CTMTR<T>::ConstexprField; // expected-error{{redeclaration of 'CTMTR::ConstexprField' cannot add 'dllexport' attribute}}