Home | History | Annotate | Download | only in SemaCXX

Lines Matching full: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}}
751 template<typename T> __declspec(dllexport) static void staticDef();
771 template<typename T> void ExportMemberTmpl::staticDef() {}
787 template<typename T> static void staticDef(); // expected-note{{previous declaration is here}}
801 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticDef' cannot add 'dllexport' attribute}}
816 template<typename T> static void staticDef() {}
859 extern template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
860 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
865 staticDef<ExplicitInst_Exported>();
872 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Exported>();
873 template<> __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitSpec_Def_Exported>() {}
874 template<> __declspec(dllexport) inline void MemFunTmpl::staticDef<ExplicitSpec_InlineDef_Exported>() {}
942 __declspec(dllexport) static void staticDef();
970 template<typename T> void ExportClassTmplMembers<T>::staticDef() {}
992 static void staticDef(); // expected-note{{previous declaration is here}}
1007 template<typename T> __declspec(dllexport) void CTMR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMR::staticDef' cannot add 'dllexport' attribute}}
1029 template<typename U> __declspec(dllexport) static void staticDef();
1049 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::staticDef() {}
1066 template<typename U> static void staticDef(); // expected-note{{previous declaration is here}}
1080 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::staticDef() {} // expected-error{{redeclaration of 'CTMTR::staticDef' cannot add 'dllexport' attribute}}