Lines Matching refs:staticDef

541   __declspec(dllexport) static         void staticDef();
570 void ExportMembers::staticDef() {}
589 __declspec(dllexport) static void staticDef();
604 __declspec(dllexport) void ExportMemberDefs::staticDef() {}
700 static void staticDef(); // expected-note{{previous declaration is here}}
715 __declspec(dllexport) void MemberRedecl::staticDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticDef' cannot add 'dllexport' attribute}}
736 template<typename T> __declspec(dllexport) static void staticDef();
756 template<typename T> void ExportMemberTmpl::staticDef() {}
772 template<typename T> static void staticDef(); // expected-note{{previous declaration is here}}
786 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticDef' cannot add 'dllexport' attribute}}
801 template<typename T> static void staticDef() {}
844 extern template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
845 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
850 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitInst_Exported>();
857 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Exported>();
858 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Def_Exported>() {}
859 template<> __declspec(dllexport) inline void MemFunTmpl::staticDef<ExplicitSpec_InlineDef_Exported>() {}
927 __declspec(dllexport) static void staticDef();
955 template<typename T> void ExportClassTmplMembers<T>::staticDef() {}
977 static void staticDef(); // expected-note{{previous declaration is here}}
992 template<typename T> __declspec(dllexport) void CTMR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMR::staticDef' cannot add 'dllexport' attribute}}
1014 template<typename U> __declspec(dllexport) static void staticDef();
1034 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::staticDef() {}
1051 template<typename U> static void staticDef(); // expected-note{{previous declaration is here}}
1065 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMTR::staticDef' cannot add 'dllexport' attribute}}