Lines Matching refs:staticDef
551 __declspec(dllexport) static void staticDef();
580 void ExportMembers::staticDef() {}
599 __declspec(dllexport) static void staticDef();
614 __declspec(dllexport) void ExportMemberDefs::staticDef() {}
710 static void staticDef(); // expected-note{{previous declaration is here}}
725 __declspec(dllexport) void MemberRedecl::staticDef() {} // expected-error{{redeclaration of 'MemberRedecl::staticDef' cannot add 'dllexport' attribute}}
746 template<typename T> __declspec(dllexport) static void staticDef();
766 template<typename T> void ExportMemberTmpl::staticDef() {}
782 template<typename T> static void staticDef(); // expected-note{{previous declaration is here}}
796 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticDef' cannot add 'dllexport' attribute}}
811 template<typename T> static void staticDef() {}
854 extern template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
855 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
860 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitInst_Exported>();
867 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Exported>();
868 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Def_Exported>() {}
869 template<> __declspec(dllexport) inline void MemFunTmpl::staticDef<ExplicitSpec_InlineDef_Exported>() {}
937 __declspec(dllexport) static void staticDef();
965 template<typename T> void ExportClassTmplMembers<T>::staticDef() {}
987 static void staticDef(); // expected-note{{previous declaration is here}}
1002 template<typename T> __declspec(dllexport) void CTMR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMR::staticDef' cannot add 'dllexport' attribute}}
1024 template<typename U> __declspec(dllexport) static void staticDef();
1044 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::staticDef() {}
1061 template<typename U> static void staticDef(); // expected-note{{previous declaration is here}}
1075 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMTR::staticDef' cannot add 'dllexport' attribute}}