Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:exportedStatic

812   template<typename T> __declspec(dllexport) static void exportedStatic() {}
818 MemFunTmpl().exportedStatic<ImplicitInst_Exported>();
826 extern template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
827 template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
832 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
839 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Exported>();
840 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {}
841 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Exported>() {}
846 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {}