Lines Matching refs:MemVarTmpl
628 struct MemVarTmpl { struct
632 template<typename T> const int MemVarTmpl::StaticVar; argument
633 template<typename T> const int MemVarTmpl::ExportedStaticVar;
638 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; } in useMemVarTmpl()
644 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
645 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
651 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>;
656 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>…
662 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1;
669 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
670 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
676 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>;
681 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1;