Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:ExplicitDecl_Exported

8 struct ExplicitDecl_Exported {};
136 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;
137 template int ExportedVarTmpl<ExplicitDecl_Exported>;
152 extern template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>;
153 template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>;
300 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
301 template void exportedFuncTmpl<ExplicitDecl_Exported>();
317 extern template __declspec(dllexport) void funcTmpl<ExplicitDecl_Exported>();
318 template __declspec(dllexport) void funcTmpl<ExplicitDecl_Exported>();
823 extern template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
824 template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
826 extern template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
827 template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
851 extern template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
852 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
854 extern template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
855 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitDecl_Exported>();
886 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
887 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
904 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
905 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;