Lines Matching refs:MemVarTmpl
600 struct MemVarTmpl { struct
604 template<typename T> const int MemVarTmpl::StaticVar; argument
605 template<typename T> const int MemVarTmpl::ExportedStaticVar;
610 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()
616 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
617 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
623 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>;
628 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…
634 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1;
641 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
642 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
648 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>;
653 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1;