Lines Matching refs:ExplicitDecl_Exported

8 struct ExplicitDecl_Exported {};  struct
132 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
133 template int ExportedVarTmpl<ExplicitDecl_Exported>;
148 extern template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>;
149 template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>;
296 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
297 template void exportedFuncTmpl<ExplicitDecl_Exported>();
313 extern template __declspec(dllexport) void funcTmpl<ExplicitDecl_Exported>();
314 template __declspec(dllexport) void funcTmpl<ExplicitDecl_Exported>();
813 extern template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
814 template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
816 extern template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
817 template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
841 extern template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
842 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
844 extern template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
845 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
876 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
877 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
894 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
895 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;